Skip to content

Commit

Permalink
handled validator
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayaktorus committed Jun 10, 2024
1 parent 9cd60cc commit 2307cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/authservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: artifact-${{ github.run_id }}
path: test-results/*
if-no-files-found: ignore
- name: Update Discord
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ export class WalletServicesPage {
await this.page
.locator(`xpath=.//button[text()='Get encryption key']`)
.click();
await delay(5000);
await delay(8000);
const pages = await browser.contexts()[0].pages();
await pages[1].bringToFront();
await pages[1].locator(`xpath=.//button[text()='Allow']`).click();
Expand Down

0 comments on commit 2307cd8

Please sign in to comment.