diff --git a/playwright.config.js b/playwright.config.js index 09e3ba2..a3cde6b 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -24,7 +24,7 @@ export default defineConfig({ ], use: { - baseURL: 'https://storedemo.testdino.com', + baseURL: 'https://storedemo.testdino.com/', headless: true, trace: 'on-first-retry', screenshot: 'only-on-failure', diff --git a/tests/example.spec.js b/tests/example.spec.js index 9617a1b..4106cbb 100644 --- a/tests/example.spec.js +++ b/tests/example.spec.js @@ -256,4 +256,4 @@ test( // await allPages.orderDetailsPage.verifyOrderDetailsDisplayed(); await expect(true).toBeTruthy(); } -); \ No newline at end of file +);