Skip to content

Commit

Permalink
ABZU-58960-Fix failing functional tests in QA (#194)
Browse files Browse the repository at this point in the history
Co-authored-by: Jivitesh Trivedi <ajivitesh@Engineering.ukho.gov.uk>
  • Loading branch information
JiviteshT and Jivitesh Trivedi authored Oct 21, 2022
1 parent 491238a commit 5b21f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PageObjects/essui-landingpageObjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class EssLandingPageObjects {
this.startAgainLinkSelector = this.page.locator("a.linkStartAgain");
this.addSingleENCTextboxSelector = this.page.locator("//input[@placeholder='Type ENC cell name here']");
this.ENClistTableCol1 = this.page.locator('//table/tbody/tr/td[1]');
this.MaxENCValue = this.page.locator('//div/div/div/p[1]');
this.MaxENCValue = this.page.locator("//p[contains(text(),'You can upload')]");
this.MaxSelectedENCs = this.page.locator('//div/div/div/p[3]')
}

Expand Down

0 comments on commit 5b21f41

Please sign in to comment.