Skip to content
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

feat: allow safari alert with block/allow buttons to be handled #1185

Merged
merged 2 commits into from
Mar 24, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
tests: go back to original page in windows tests
  • Loading branch information
imurchie committed Mar 24, 2020
commit 1f323ad631d7b478754a3a3600d532095f13e166
4 changes: 4 additions & 0 deletions test/functional/web/safari-window-e2e-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ describe('safari - windows and frames', function () {
await driver.setImplicitWaitTimeout(1000);
});

beforeEach(async function () {
await openPage(driver, GUINEA_PIG_PAGE);
});


it('should be able to open js popup windows', async function () {
await driver.execute(`window.open('/test/guinea-pig2.html', null)`);
Expand Down