Skip to content

Commit 35770b1

Browse files
committed
reorder the e2e tests directory
1 parent 42c801d commit 35770b1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig, devices } from '@playwright/test';
22

33
export default defineConfig({
4-
testDir: './e2e/tests',
4+
testDir: './tests/e2e/',
55
/* Run tests in files in parallel */
66
fullyParallel: false,
77
/* Fail the build on CI if you accidentally left test.only in the source code. */
File renamed without changes.

e2e/tests/login.spec.ts renamed to tests/e2e/login.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
import { expect } from '@playwright/test';
3-
import { test } from '../base';
3+
import { test } from './base';
44
import { describe } from 'node:test';
55

66
describe("Login tests", () => {

0 commit comments

Comments
 (0)