Skip to content

Commit

Permalink
test: refinement of yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Florez authored and Sergio Florez committed Feb 5, 2025
1 parent 94793fe commit a9cd660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
env:
TEST_USERNAME: testuser2
TEST_USERNAME: ${{ secrets.TEST_USERNAME }}
TEST_PASSWORD: ${{ secrets.TEST_PASSWORD }}
TEST_CONSULTANT: testconsultant3
TEST_CONSULTANT: ${{ secrets.TEST_CONSULTANT }}
OTP_SECRET: ${{ secrets.OTP_SECRET }}
run: npx playwright test
- uses: actions/upload-artifact@v4
Expand Down
1 change: 0 additions & 1 deletion tests/initialInquiry/initialInquiry.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ test.describe.serial('Create initial inquiry', () => {

await loginUser(page, username!, password!);

// await page.waitForLoadState('networkidle');
await page.waitForSelector('a[href="/profile"]', { state: 'visible' });
await expect(
page.locator('div[id="local-switch-wrapper"]')
Expand Down

0 comments on commit a9cd660

Please sign in to comment.