Skip to content

Commit

Permalink
Disable the javascriptDialogOpening smoketest. Followup pending in #2402
Browse files Browse the repository at this point in the history
. (#2437)
  • Loading branch information
paulirish authored Jun 5, 2017
1 parent 093794b commit 3ac3ae4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lighthouse-cli/test/fixtures/dobetterweb/dbw_tester.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@ <h2>Do better web tester page</h2>
property the e.stack inside the gatherer won't be in the correct format
https://github.com/GoogleChrome/lighthouse/issues/1194 -->
<script>window.Error = function(error) { this.stack = 'stacktrace'; };</script>
<script>window.confirm('Is DBW Mega Tester the best site?')</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>
function stampTemplate(id, location) {
const template = document.querySelector('#' + id);
Expand Down

0 comments on commit 3ac3ae4

Please sign in to comment.