Skip to content

Commit 9014f0b

Browse files
committed
alert switching between forks
1 parent 0ef98cf commit 9014f0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/nbrowser/ProposedChangesPage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ describe('ProposedChangesPage', function() {
183183
// Work on a copy.
184184
async function workOnCopy() {
185185
await driver.get(url);
186+
if (await gu.isAlertShown()) { await gu.acceptAlert(); }
186187
await gu.waitForDocToLoad();
187188
await driver.findWait('.test-tb-share', 2000).click();
188189
await driver.findWait('.test-work-on-copy', 2000).click();

0 commit comments

Comments
 (0)