Skip to content

Commit

Permalink
#2517 - removed .only
Browse files Browse the repository at this point in the history
  • Loading branch information
rmmayo committed Jan 10, 2025
1 parent 91e84aa commit cec1e70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ describe('Community Project Creation Tests', () => {
]);
});

it.only('self report reject messages are validated against custom validators', () => {
it('self report reject messages are validated against custom validators', () => {
cy.intercept('POST', '/admin/projects/proj1/approvals/reject').as('reject');
cy.createProject(1, {enableProtectedUserCommunity: true})
cy.createSubject(1, 1);
Expand Down

0 comments on commit cec1e70

Please sign in to comment.