Fix flakiness in playwright tests (#12512)
* Remove redundant option Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Stabilise app download dialog screenshot test Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Try to stabilise user menu opening in playwright tests Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Stabilise one-to-one-chat.spec.ts Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Stabilise kick.spec.ts Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Discard changes to playwright/element-web-test.ts --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
cc6958980b
commit
b283b18898
@@ -47,7 +47,6 @@ test.describe("Overwrite login action", () => {
|
||||
}, clientCredentials);
|
||||
|
||||
// It should be now another user!!
|
||||
const newUserMenu = await app.openUserMenu();
|
||||
await expect(newUserMenu.getByText(bobRegister.userId)).toBeVisible();
|
||||
await expect(page.getByText("Welcome BOB")).toBeVisible();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user