Skip to content

Commit

Permalink
update test with new fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
tryb3l committed Oct 27, 2024
1 parent eb91716 commit 97f74d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/formlayouts.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { test, StartPage } from '@fixtures/base-fixtures';

test.describe('Form Layouts', () => {
test.use({ startPage: StartPage.FormLayouts });
test.use({ startPage: StartPage.FormLayouts, trackConsoleErrors: true });

test('Should submit inline form successfully', async ({
formLayoutsPage,
Expand Down

0 comments on commit 97f74d5

Please sign in to comment.