Skip to content

Commit c5b0116

Browse files
committed
Lighthouse: Fixed wait for signing in
1 parent 1fc1278 commit c5b0116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance/lighthouse-script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const signIntoFrontDoor = async (browser, env) => {
1414
password: process.env.FRONT_DOOR_PASSWORD,
1515
});
1616
await page.goto(env['url']);
17-
await page.waitForSelector('.navbar');
17+
await page.waitForSelector('.grid-container');
1818
console.log('Logged in...');
1919
await page.close();
2020
} catch (error) {

0 commit comments

Comments
 (0)