Skip to content

Commit

Permalink
fix issue-dialog test
Browse files Browse the repository at this point in the history
  • Loading branch information
smoralesd committed Nov 5, 2019
1 parent 25fc664 commit b33fa95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('Target Page issue dialog', () => {
let popupPage: PopupPage;

beforeAll(async () => {
browser = await launchBrowser({ suppressFirstTimeDialog: true });
browser = await launchBrowser({ suppressFirstTimeDialog: true, addLocalhostToPermissions: true });
targetPage = await browser.newTargetPage();
popupPage = await browser.newPopupPage(targetPage);
});
Expand Down

0 comments on commit b33fa95

Please sign in to comment.