mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
remove .only
This commit is contained in:
parent
9d04af146a
commit
fc49e0f281
@ -41,7 +41,7 @@ test.describe("Security user settings tab", () => {
|
||||
});
|
||||
});
|
||||
|
||||
test.only("should render the security tab", { tag: "@screenshot"}, async ({ app, page, user }) => {
|
||||
test("should render the security tab", { tag: "@screenshot"}, async ({ app, page, user }) => {
|
||||
await page.setViewportSize({ width: 1024, height: 1400 });
|
||||
const tab = await app.settings.openUserSettings("Security");
|
||||
await expect(tab).toMatchScreenshot("security-settings-tab.png", { mask: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user