Closed
Bug 1433145
Opened 7 years ago
Closed 7 years ago
Handle unexpected alerts when switching tests
Categories
(Testing :: web-platform-tests, enhancement)
Tracking
(firefox60 fixed)
RESOLVED
FIXED
mozilla60
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: jgraham, Assigned: jgraham)
Details
Attachments
(1 file)
No description provided.
| Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8945505 [details]
Bug 1433145 -Handle unexpected alerts when switching tests,
https://reviewboard.mozilla.org/r/215652/#review221324
::: commit-message-5a87f:1
(Diff revision 1)
> +Bug 1433145 -Handle unexpected alerts when switching tests, r=ato
Space after dash.
::: testing/web-platform/tests/tools/wptrunner/wptrunner/executors/executormarionette.py:161
(Diff revision 1)
> # wrong since we reload the runner in that tab anyway.
> runner_handle = handles.pop(0)
>
> for handle in handles:
> try:
> + self.dismiss_alert(lambda:self.marionette.switch_to_window(handle))
Space after colon.
Attachment #8945505 -
Flags: review?(ato) → review+
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/8f5ee77b7511
Handle unexpected alerts when switching tests, r=ato
Comment 4•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•7 years ago
|
Assignee: nobody → james
You need to log in
before you can comment on or make changes to this bug.
Description
•