Skip to content

Commit

Permalink
clean test
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMattiussi committed Feb 12, 2020
1 parent c2da5b2 commit 6f16ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ describe('Create Page', () => {
EditPage.delete();
});

it.only('should redirect to edit page after submit on enter', () => {
it('should redirect to edit page after submit on enter', () => {
const values = [
{
type: 'input',
Expand Down

0 comments on commit 6f16ef2

Please sign in to comment.