Skip to content

Commit 01456b5

Browse files
authored
fix integration tests (#8698)
1 parent cfe81d3 commit 01456b5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

firebase-vscode/src/test/integration/empty/sidebar.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ firebaseSuite("Supports opening empty projects", async function () {
1313
await sidebar.openExtensionSidebar();
1414
await commands.waitForUser();
1515

16-
await mockUser({ email: "[email protected]" });
17-
1816
await sidebar.runInStudioContext(async (firebase) => {
1917
await firebase.signInWithGoogleLink.waitForExist();
2018
await firebase.signInWithGoogleLink.waitForDisplayed();
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DO NOT DELETE - Used for testing

firebase-vscode/src/test/utils/page_objects/sidebar.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ export class FirebaseSidebar {
2121
} catch (e) {
2222
await this.open();
2323
}
24+
25+
await browser.pause(1000); // visual loading delay
2426
}
2527

2628
async waitForSidebar() {

0 commit comments

Comments
 (0)