Skip to content

Commit f670a2e

Browse files
committed
Delay popup for longer after initial page display
1 parent 5d50293 commit f670a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/selenium/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def load_popup_for(self, url='about:blank'):
8181
chrome.tabs.create({url: '%s'}, function(tab) {
8282
setTimeout(
8383
() => chrome.tabs.create({url: '%s' + '?tabId=' + String(tab.id)}, done),
84-
250
84+
500
8585
);
8686
});
8787
})(arguments[0]);

0 commit comments

Comments
 (0)