Skip to content

Commit

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

Bump axios from 1.6.4 to 1.7.4 in the npm_and_yarn group across 1 directory
  • Loading branch information
iamdharmesh authored Aug 27, 2024
2 parents c67e29a + 826dc5a commit 9863acd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions tests/cypress/e2e/distributed-post.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe( 'Distributed Post Tests', () => {
// Ensure the settings panel is open.
cy.get( 'button[aria-label="Settings"]' ).then( () => {
cy.openDocumentSettingsSidebar( 'Post' );
cy.openDocumentSettingsPanel( 'Distributor' );
cy.openDocumentSettingsPanel( 'Pulled Content' );
cy.get( '#distributed-to' ).should(
'contain.text',
'Distributed to 1 connection'
Expand All @@ -46,7 +46,7 @@ describe( 'Distributed Post Tests', () => {
$settings.trigger( 'click' );
}
cy.openDocumentSettingsSidebar( 'Post' );
cy.openDocumentSettingsPanel( 'Distributor' );
cy.openDocumentSettingsPanel( 'Pulled Content' );
cy.get( '#distributed-to' ).should(
'contain.text',
'Distributed to 2 connections'
Expand Down Expand Up @@ -91,10 +91,10 @@ describe( 'Distributed Post Tests', () => {
$settings.trigger( 'click' );
}
cy.openDocumentSettingsSidebar( 'Post' );
cy.openDocumentSettingsPanel( 'Distributor' );
cy.openDocumentSettingsPanel( 'Pulled Content' );
cy.get( '#distributed-from' ).should(
'contain.text',
'Distributed on'
'Pulled & linked on'
);
}
);
Expand Down

0 comments on commit 9863acd

Please sign in to comment.