Skip to content

Commit 2d74710

Browse files
mrtopsytjpaten
authored and
jpaten
committed
test: added tests for anvil-cmg datasets backpages (#4080)
1 parent 9526594 commit 2d74710

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

explorer/e2e/testFunctions.ts

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ import {
44
ColumnDescription,
55
TabDescription,
66
} from "./testInterfaces";
7+
import { BrowserContext, expect, Locator, Page } from "@playwright/test";
8+
import {
9+
BackpageHeader,
10+
ColumnDescription,
11+
TabDescription,
12+
} from "./testInterfaces";
713

814
/* eslint-disable sonarjs/no-duplicate-string -- ignoring duplicate strings here */
915

0 commit comments

Comments
 (0)