test: add accept invitation invalid token tests

This commit is contained in:
Jakub P.
2024-07-16 12:08:50 +02:00
parent b7b3a3025b
commit 2f1f537e00
17 changed files with 143 additions and 12 deletions

View File

@@ -1,5 +1,4 @@
// @ts-check
const { publicTest, test, expect } = require('../../fixtures/index');
const { publicTest, expect } = require('../../fixtures/index');
publicTest.describe('Login page', () => {
publicTest('shows login form', async ({ loginPage }) => {