Skip to content

Commit

Permalink
clean test
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMattiussi authored and akshah123 committed Feb 14, 2020
1 parent c5ef4c9 commit b3ae237
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 b3ae237

Please sign in to comment.