Skip to content

Commit

Permalink
Rename happy path tests to circumvent Codecept bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lennym committed Mar 22, 2017
1 parent c86c53e commit 1148eb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/museums/acceptance/features/_happy-path.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const baseUrl = require('../../').baseUrl || '';

Feature('Happy path');
Feature('Museums - Happy path');

Before((
I
Expand Down
2 changes: 1 addition & 1 deletion apps/new-dealer/acceptance/features/_happy-path.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const values = {
'supporting-document-upload': __filename
};

Feature('Happy path');
Feature('S5 - Happy path');

Before((
I
Expand Down
2 changes: 1 addition & 1 deletion apps/shooting-clubs/acceptance/features/_happy-path.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const baseUrl = require('../../').baseUrl || '';

Feature('Happy path');
Feature('Shooting Clubs - Happy path');

Before((
I
Expand Down

0 comments on commit 1148eb6

Please sign in to comment.