mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 12:56:39 +02:00
✨ Add user login front-end integration test
This commit is contained in:
parent
b14b8f794a
commit
c33d4ff3e2
14 changed files with 172 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import { test, expect } from "@playwright/test";
|
||||
|
||||
test("has title", async ({ page }) => {
|
||||
test("Has title", async ({ page }) => {
|
||||
await page.route("**/api/rpc/command/get-profile", (route) => {
|
||||
route.fulfill({
|
||||
status: 200,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue