Skip to content

Commit

Permalink
Adding new fix on exi
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalo-diamend committed Jul 8, 2024
1 parent 71605e3 commit 59478a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pageObjects/workPage/ourWorkPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ class workPage {
await this.page.getByRole('link', { name: data.exiStudyCase.link }).click();
await expect(this.page.getByText(elements.futureText.value)).toBeVisible();
await expect(this.page.getByRole(elements.thumbnailsImg.name, elements.thumbnailsImg.locator)).toBeVisible();
await expect(this.page.getByRole(elements.exiHeading.name, elements.exiHeading.locator)).toBeVisible();
await expect(this.page.getByRole(elements.servicesProvidedHeading.name, elements.servicesProvidedHeading.locator)).toBeVisible();
await expect(this.page.getByText(elements.projectTypeText.value)).toBeVisible();
await expect(this.page.locator('div').filter({ hasText: /^Staff Augmentation$/ }).nth(1)).toBeVisible();
Expand Down

0 comments on commit 59478a7

Please sign in to comment.