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

Commit

Permalink
Merge pull request #4411 from withspectrum/fix-e2e-only
Browse files Browse the repository at this point in the history
Remove a .only in tests, check tests pass
  • Loading branch information
brianlovin authored Dec 4, 2018
2 parents 54e685e + 170dd70 commit 4113b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/thread_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ describe('edit message signed out', () => {
});
});

describe.only('edit message signed in', () => {
describe('edit message signed in', () => {
beforeEach(() => {
cy.auth(moderator.userId).then(() => cy.visit(`/thread/${thread.id}`));
});
Expand Down

0 comments on commit 4113b0a

Please sign in to comment.