Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 170dd70

Browse files
committed
Remove a .only in tests, check tests pass
1 parent 54e685e commit 170dd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/integration/thread_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ describe('edit message signed out', () => {
387387
});
388388
});
389389

390-
describe.only('edit message signed in', () => {
390+
describe('edit message signed in', () => {
391391
beforeEach(() => {
392392
cy.auth(moderator.userId).then(() => cy.visit(`/thread/${thread.id}`));
393393
});

0 commit comments

Comments
 (0)