diff --git a/.github/workflows/authservice.yml b/.github/workflows/authservice.yml index 4809811..cac4b69 100644 --- a/.github/workflows/authservice.yml +++ b/.github/workflows/authservice.yml @@ -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 diff --git a/walletservices/demo-wallet-services-page/WalletServicesPage.ts b/walletservices/demo-wallet-services-page/WalletServicesPage.ts index 2394757..6b7726f 100644 --- a/walletservices/demo-wallet-services-page/WalletServicesPage.ts +++ b/walletservices/demo-wallet-services-page/WalletServicesPage.ts @@ -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();