Skip to content

Commit

Permalink
Implement playwright acceptance tests for vertical full page map
Browse files Browse the repository at this point in the history
  • Loading branch information
likimmy committed Nov 21, 2023
1 parent ec8e130 commit 766fad2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 67 deletions.
5 changes: 0 additions & 5 deletions e2e/vertical-full-page-map.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,8 @@ test.describe('full page map with filters test suite', () => {
test('clicking on a cluster causes a new search to be run', async ({ page }) => {
const numResults = await page.locator('#js-answersVerticalResults').count();
await page.getByRole('button', { name: 'Cluster of 4 results' }).click();
<<<<<<< HEAD
const numResultsAfterSelectingCluster = await page.locator('#js-answersVerticalResults').count();
await expect(numResults).not.toBe(numResultsAfterSelectingCluster);
=======
const responsePromise = await page.waitForResponse(/https:\/\/prod-cdn\.us\.yextapis\.com\/v2\/accounts\/me\/search\/vertical/i);
const response = await responsePromise;
>>>>>>> 97ec8bc (Implement playwright acceptance tests for vertical full page map)
});

});
62 changes: 0 additions & 62 deletions playwright-report/index.html

This file was deleted.

0 comments on commit 766fad2

Please sign in to comment.