-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests(smoke): re-enable dialog prompt #8894
Conversation
If this works out, should close #2423. |
dbw passed fine but some totally unrelated smokes failed ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, assigning to @paulirish since this was originally his thing
@@ -198,8 +198,7 @@ <h2>Do better web tester page</h2> | |||
https://github.com/GoogleChrome/lighthouse/issues/1194 --> | |||
<script>window.Error = function(error) { this.stack = 'stacktrace'; };</script> | |||
|
|||
<!--The javascriptDialogOpening test is disabled as we hit a platform bug frequently on travis--> | |||
<!--<script>window.confirm('Is DBW Mega Tester the best site?')</script>--> | |||
<script>window.confirm('Is DBW Mega Tester the best site?')</script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add a comment as to the purpose of this line
also does that mean #2423 is fixed? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like it works now.
lighthouse https://output.jsbin.com/senapoqiva/1/quiet
is happy.
This was disabled here: #2437
Let's see what happens in Travis these days.
fixes #2423