Skip to content

Commit 729f4c8

Browse files
committed
remove import statement from login page
1 parent 7308f77 commit 729f4c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pages/LoginPage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Page, Locator, expect } from "@playwright/test";
2-
import settings from "../tests/config/settings.json";
32
import dotenv from "dotenv"; //importing dotenv to manage environment variables
43
dotenv.config(); //loading environment variables
54

0 commit comments

Comments
 (0)