Skip to content

Commit f0551d1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 07be0ae commit f0551d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/frontend/e2e/01-create-new-project.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import { test, expect } from '@playwright/test';
55

6-
//removed skip to test workflow| Issue #1775
6+
//removed skip to test workflow| Issue #1775
77
test('create new project', async ({ browserName, page }) => {
88
// Specific for this large test, only run in one browser
99
// (playwright.config.ts is configured to run all browsers by default)

src/frontend/e2e/02-mapper-flow.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { test, expect } from '@playwright/test';
55

66
import { openTestProject } from './helpers';
77

8-
//removed skip to test workflow| Issue #1775
8+
//removed skip to test workflow| Issue #1775
99
test.describe('mapper flow', () => {
1010
test('task actions', async ({ browserName, page }) => {
1111
// Specific for this large test, only run in one browser

0 commit comments

Comments
 (0)