Skip to content

Commit

Permalink
update: update test yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shashwatahalder01 committed Mar 7, 2024
1 parent e2bf332 commit 03930e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:

# Backup Database
- name: Backup Database
if: success()
if: steps.wp-env.outcome == 'success'
run: |
cd tests/pw
npm run wp-env run tests-cli wp db export wp-data/db.sql
Expand Down
1 change: 0 additions & 1 deletion tests/pw/tests/e2e/menuManager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { data } from '@utils/testData';
import { dbData } from '@utils/dbData';

test.describe('Menu Manager test', () => {
test.skip(true, 'feature not merged yet');
let admin: MenuManagerPage;
let aPage: Page;

Expand Down

0 comments on commit 03930e3

Please sign in to comment.