Skip to content

Commit bde69f3

Browse files
authored
test: Ensure login button visibility after logout in e2e encryption t… (RocketChat#36628)
1 parent 40bc0d7 commit bde69f3

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
@@ -68,6 +68,8 @@ test.describe('initial setup', () => {
6868
// Log out
6969
await sidenav.logout();
7070

71+
await expect(loginPage.loginButton).toBeVisible();
72+
7173
// Login again
7274
await loginPage.loginByUserState(Users.admin);
7375

0 commit comments

Comments
 (0)