Skip to content

Commit 29189e1

Browse files
test: remove .only from invites e2e tests (#1211)
1 parent 4d984d5 commit 29189e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/e2e/cypress/e2e/invites.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ context('Invites tests', () => {
185185
.should('not.exist');
186186
});
187187

188-
it.only('Should not be able to invite the email of the current user', function () {
188+
it('Should not be able to invite the email of the current user', function () {
189189
if (!featureFlags.getEnabledFeatures().get(FeatureId.EMAIL_INVITE)) {
190190
this.skip();
191191
}

0 commit comments

Comments
 (0)