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 30503e8 commit 569ea74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Google Cloud SDK
uses: google-github-actions/setup-gcloud@v1
with:
project_id: 'sos2324-jul-asb'
project_id: 'sos2324-dic-asb'

- name: Use gcloud CLI
run: gcloud info
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-jul-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-jul-asb.ew.r.appspot.com/cars-by-motor');
});

/*
Expand Down

0 comments on commit 569ea74

Please sign in to comment.