Skip to content

Commit 7a3a5d5

Browse files
authored
test: Ensure login button is visible after logout in e2e encryption t… (RocketChat#36650)
1 parent c7cbd50 commit 7a3a5d5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/meteor/tests/e2e/e2e-encryption.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ test.describe('initial setup', () => {
118118
await sidenav.logout();
119119

120120
// Login again
121+
await expect(loginPage.loginButton).toBeVisible();
122+
121123
await loginPage.loginByUserState(Users.admin);
122124

123125
// Enter the saved password

0 commit comments

Comments
 (0)