Skip to content

Commit

Permalink
updated e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rukmini-bose committed Mar 19, 2024
1 parent 87cf379 commit 6c82913
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions e2e/tests/mobile/smoke.e2e.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ test('Verify that user can search @mobile', async ({ page }) => {
await expect(page.getByLabel('Object Results').getByText('Parent Display Layout')).toBeVisible();
//Clicking on the search result takes you to the object
await page.getByLabel('Object Results').getByText('Parent Display Layout').click();
await page.getByTitle('Collapse Browse Pane').click();
await expect(page.getByRole('main').getByText('Parent Display Layout')).toBeVisible();
});
test('Remove Object and confirmation dialog @mobile', async ({ page }) => {
Expand All @@ -60,7 +59,6 @@ test('Remove Object and confirmation dialog @mobile', async ({ page }) => {
//Search Results appear in search modal
//Clicking on the search result takes you to the object
await page.getByLabel('Object Results').getByText('Parent Display Layout').click();
await page.getByTitle('Collapse Browse Pane').click();
await expect(page.getByRole('main').getByText('Parent Display Layout')).toBeVisible();
//Verify both objects are in view
await expect(await page.getByLabel('Child Layout 1 Layout')).toBeVisible();
Expand Down

0 comments on commit 6c82913

Please sign in to comment.