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

Commit

Permalink
Remove a .only in tests, check tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlovin committed Dec 4, 2018
1 parent 54e685e commit 170dd70
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 170dd70

Please sign in to comment.