Skip to content

Commit

Permalink
Merge branch 'main' into abzu/80319-login-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
richardAhz committed Aug 29, 2023
2 parents 2cf4787 + 8deee06 commit abfc0a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions PageObjects/essui-esdownloadpageObjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export class EsDownloadPageObjects {
this.invalidEncsSelector = this.page.locator("(//div[@class='warningMsg'])");
this.errorMessageSelector = this.page.locator("text = There has been an error");
this.selectedENCsSelector = this.page.locator("(//div/strong)[1]");

}

async downloadFile(page: Page, path: string): Promise<void> {
Expand Down Expand Up @@ -87,6 +88,7 @@ class EsDownloadPageAssertions {

}


async ValidateInvalidENCsAsPerCount(InValidENCs: string[]): Promise<void> {

for (var i = 0; i < 3; i++) {
Expand Down
2 changes: 1 addition & 1 deletion Tests/FunctionalTests/ess-ui-esdownloadpage.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ test.describe('ESS UI ES Download Page Functional Test Scenarios', () => {
encSelectionPageObjects.expect.verifyRequestPayload(requestPayload, selectedEncs)
});
});
})
})

0 comments on commit abfc0a8

Please sign in to comment.