Skip to content

Commit

Permalink
fix: fixed a typo found in PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
John Munster authored and John Munster committed Dec 5, 2023
1 parent d391755 commit 009f3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/non-admin-users.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('non admin users should not be able to access release notes post type',

const roleLabel = role?.userRole ? role.userRole : role.userRole;
const assertion = role?.isAllowed ? 'exist' : 'not.exist';
const assertionLabel = role?.isAllowed ? 'shold' : 'should not';
const assertionLabel = role?.isAllowed ? 'should' : 'should not';


it(`${roleLabel} ${assertionLabel} be able to create release notes`, () => {
Expand Down

0 comments on commit 009f3ec

Please sign in to comment.