forked from cardosofelipe/fast-next-template
Update tests to reflect OAuth 2.0 and i18n features
- Replaced outdated assertions with updated content for 'OAuth 2.0 + i18n Ready' across HeroSection, Key Features, and E2E tests. - Updated TechStack tests to validate inclusion of `next-intl` and `pytest`. - Refined badge and feature test cases to align with OAuth and internationalization updates.
This commit is contained in:
@@ -102,7 +102,7 @@ test.describe('Homepage - Hero Section', () => {
|
||||
|
||||
test('should display badge with key highlights', async ({ page }) => {
|
||||
await expect(page.getByText('MIT Licensed').first()).toBeVisible();
|
||||
await expect(page.getByText('Comprehensive Tests').first()).toBeVisible();
|
||||
await expect(page.getByText('OAuth 2.0 + i18n').first()).toBeVisible();
|
||||
await expect(page.getByText('Pragmatic by Design').first()).toBeVisible();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user