feat(e2e): add fixtures and data seeding
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
export { test } from "./fixtures";
|
||||
export { expect } from "@playwright/test";
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
export { test } from "./fixtures";
|
||||
export { expect } from "@playwright/test";
|
||||