Skip to content

Commit

Permalink
more fix more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeping-h committed Feb 27, 2024
1 parent f9e08f1 commit ad52fa9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions playwright/ci-test/tests/04-community-page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ test('community page', async ({ page }) => {
await expect(page.getByRole('link', { name: 'Infrastructure' })).toBeVisible();
await page.getByRole('link', { name: 'Infrastructure' }).click();
await expect(page.getByText('Infrastructure ¶ This page')).toBeVisible();
await expect(page.getByRole('link', { name: 'Local User Groups' })).toBeVisible();
await page.getByRole('link', { name: 'Local User Groups' }).click();
await expect(page.getByText('User Groups ¶ Current list of')).toBeVisible();
await expect(page.getByRole('link', { name: 'Grant Program' })).toBeVisible();
await page.getByRole('link', { name: 'Grant Program' }).click();
await expect(page.getByText('Grant Program ¶ ADD CONTENT')).toBeVisible();
Expand Down
2 changes: 1 addition & 1 deletion playwright/ci-test/tests/05-donate-page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test('donate page', async ({ page }) => {
await expect(page.getByText('QGIS is developed by a team')).toBeVisible();
await expect(page.getByText('We rely on sponsorships and')).toBeVisible();
await expect(page.getByText('Donations to QGIS are tax-')).toBeVisible();
await expect(page.getByText('Stripe ¶ We use the stripe.')).toBeVisible();
await expect(page.getByText('We use the stripe')).toBeVisible();
await expect(page.getByText('One-Time Payment € 10.00 € 20')).toBeVisible();
await expect(page.getByText('$ 10.00')).toBeVisible();
await expect(page.getByText('$ 20.00')).toBeVisible();
Expand Down

0 comments on commit ad52fa9

Please sign in to comment.