Consolidate snapshots between Legacy & Rust crypto in the happy case (#11950)
* Consolidate snapshots between Legacy & Rust crypto in the happy case Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Improve user-onboarding-new screenshot Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
d47f856ba0
commit
dbae856141
13 changed files with 22 additions and 7 deletions
|
@ -45,7 +45,7 @@ test.describe("User Onboarding (new user)", () => {
|
|||
await expect(
|
||||
page.getByRole("dialog").getByRole("heading", { level: 2, name: "Download Element" }),
|
||||
).toBeVisible();
|
||||
await expect(page.getByRole("dialog")).toHaveScreenshot();
|
||||
await expect(page.locator(".mx_Dialog")).toHaveScreenshot();
|
||||
});
|
||||
|
||||
test("using find friends action should increase progress", async ({ page, homeserver }) => {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 37 KiB |
Binary file not shown.
Before Width: | Height: | Size: 37 KiB |
Binary file not shown.
Before Width: | Height: | Size: 124 KiB |
Binary file not shown.
Before Width: | Height: | Size: 124 KiB |
Loading…
Add table
Add a link
Reference in a new issue