Skip to content

Commit

Permalink
Merge pull request #312 from 10up/dependabot/npm_and_yarn/npm_and_yar…
Browse files Browse the repository at this point in the history
…n-1d3c33138b

Bump axios from 1.7.2 to 1.7.4 in the npm_and_yarn group across 1 directory
  • Loading branch information
Sidsector9 authored Aug 16, 2024
2 parents 1a59e70 + 2f99e3c commit 81fd814
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions tests/cypress/integration/podcast-setting-panel.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,22 @@ describe('Create podcast setting panel', () => {
});
}

function openComplementaryArea() {
cy.window().then((win) => {
if (
win.wp.data.dispatch('core/interface').enableComplementaryArea
) {
win.wp.data
.dispatch('core/interface')
.enableComplementaryArea('core', 'edit-post/block');
}
});
}

it('Podcast setting panel exists', () => {
cy.visit('/wp-admin/post-new.php');
closeWelcomeGuide();
openComplementaryArea();
cy.get('.podcasting__podcast-list').should('exist');
});

Expand Down

0 comments on commit 81fd814

Please sign in to comment.