adds tests
This commit is contained in:
@@ -6,3 +6,10 @@ test('index page does not show error', async ({ page }) => {
|
||||
await indexPage.goto()
|
||||
await indexPage.hasNoError()
|
||||
});
|
||||
|
||||
test('location search works', async ({ page }) => {
|
||||
const indexPage = new IndexPage(page);
|
||||
await indexPage.goto()
|
||||
await indexPage.search()
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user