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

Commit b590b95

Browse files
committed
Merge branch 'alpha' of github.com:withspectrum/spectrum into 2.4.80
2 parents 2de494f + 4113b0a commit b590b95

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)