Skip to content

Commit 0720055

Browse files
MNT Fix broken behat tests (#347)
1 parent e406c59 commit 0720055

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/behat/features/manage-campaigns.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Feature: Manage campaigns
55
So that I can control bulk publication of content efficiently
66

77
Background:
8-
Given a "campaign" "Test Campaign" with "Description"="this is a test"
8+
Given a "ChangeSet" "Test Campaign" with "Description"="this is a test"
99
And the "group" "EDITOR" has permissions "Access to 'Pages' section" and "Access to 'Campaigns' section" and "Access to 'Files' section" and "FILE_EDIT_ALL"
1010
And the "group" "CAMPAIGNS_EDITOR" has permissions "Access to 'Campaigns' section"
1111

tests/behat/features/populate-campaigns.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Feature: Populate campaigns
77
Background:
88
Given a "page" "About Us"
99
And a "image" "assets/folder1/file2.jpg"
10-
And a "Campaign" "Empty Campaign"
10+
And a "ChangeSet" "Empty Campaign"
1111
And a campaign "Full Campaign" with changes "image"="assets/folder1/file2.jpg" and "page"="About Us"
1212
And the "group" "EDITOR" has permissions "Access to 'Pages' section" and "Access to 'Campaigns' section" and "Access to 'Files' section" and "FILE_EDIT_ALL"
1313
And I am logged in as a member of "EDITOR" group

0 commit comments

Comments
 (0)