We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c55462 commit 2791d78Copy full SHA for 2791d78
src/publish.ts
@@ -100,6 +100,7 @@ export const publishFirefoxExtension = async (
100
}
101
if (await page.evaluate(/* istanbul ignore next */ () => location.pathname === '/inline_totp_setup')) {
102
logger.log('Cancelling 2FA setup')
103
+ await page.waitForSelector('.totp-cancel')
104
await Promise.all([page.waitForNavigation(), page.click('.totp-cancel')])
105
106
0 commit comments