Skip to content

Commit

Permalink
test: skip decap integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Jul 3, 2024
1 parent 027594a commit dcad444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/decap/decap-pages.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { QuickActions, SiteLanguage } from '../../helpers/quick-actions';
import { websiteUrl } from '../../helpers/url';

test.describe('decap pages', () => {
test('example decap page is rendered', async ({ page }) => {
test.fixme('example decap page is rendered', async ({ page }) => {
const quickActions = new QuickActions(page);

await page.goto(websiteUrl('/en/decap-example'));
Expand Down

0 comments on commit dcad444

Please sign in to comment.