fix: rabbit fixes

This commit is contained in:
Stavros
2026-07-16 17:18:31 +03:00
parent 226df14ad0
commit 423ad7b7a0
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { test, expect } from '@playwright/test';
import {LoginFixture, LogoutFixture} from "../fixtures/auth.fixtures";
import {expect, test} from '@playwright/test';
import {LoginFixture} from "../fixtures/auth.fixtures";
test('should be able to login to app with forward-auth', async ({ page }) => {
const loginFixture = new LoginFixture(page);