Skip to content

Commit

Permalink
chore: Fix content delivery test (#2045)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCizmar committed Dec 27, 2023
1 parent 4af9883 commit 33d9a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cypress/e2e/projects/contentDelivery.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe('Content delivery', () => {
deleteDelivery('Azure');
deleteDelivery('S3');

cy.contains('Only single delivery enabled');
cy.contains('Only single content delivery configuration enabled');
cy.gcy('content-delivery-add-button').should('be.disabled');
});

Expand Down

0 comments on commit 33d9a23

Please sign in to comment.