Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
antsuebae committed Oct 26, 2024
1 parent 915c398 commit 5780c81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- run: npm install
- run: npx playwright install --with-deps
- run: npm run test-ASB
- run: npx playwright test


deploy:
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/cars-by-motor/test-ASB.spec.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ afterAll(async () => {


test('Carga página principal', async () => {
await page.goto('https://sos2324-jul-asb.ew.r.appspot.com/cars-by-motor');
await page.goto('https://sos2324-dic-asb.ew.r.appspot.com/cars-by-motor');
await expect(page).toHaveTitle('cars-by-motor');
await expect(page).toHaveURL('https://sos2324-jul-asb.ew.r.appspot.com/cars-by-motor');
await expect(page).toHaveURL('https://sos2324-dic-asb.ew.r.appspot.com/cars-by-motor');
});

/*
Expand Down

0 comments on commit 5780c81

Please sign in to comment.