Skip to content

Commit

Permalink
Skip failing customizer test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Nov 9, 2024
1 parent 0883ba1 commit a81e2ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/e2e-tests/src/specs/wordpress/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ describe('Web Stories Widget', () => {
});

describe('Customizer', () => {
it('should be able to add widget', async () => {
// eslint-disable-next-line jest/no-disabled-tests -- Started failing on WP 6.7, needs investigation.
it.skip('should be able to add widget', async () => {
await visitAdminPage('customize.php');

await expect(page).toClick('li', { text: 'Widgets' });
Expand Down

0 comments on commit a81e2ae

Please sign in to comment.