mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🔧 Fix typo in workspace spec (#8272)
This commit is contained in:
parent
1656fefdc9
commit
834b513562
@ -43,7 +43,7 @@ test("User receives presence notifications updates in the workspace", async ({
|
|||||||
test("BUG 13058 - Presence list shows up to 3 user avatars", async ({
|
test("BUG 13058 - Presence list shows up to 3 user avatars", async ({
|
||||||
page,
|
page,
|
||||||
}) => {
|
}) => {
|
||||||
const workspacePage = new WorkspacePage(page);
|
const workspacePage = new WasmWorkspacePage(page);
|
||||||
await workspacePage.setupEmptyFile();
|
await workspacePage.setupEmptyFile();
|
||||||
|
|
||||||
await workspacePage.goToWorkspace();
|
await workspacePage.goToWorkspace();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user