Skip to content

Commit

Permalink
Fix feature test step description
Browse files Browse the repository at this point in the history
This isn't specific to 'published' organisation about us pages
  • Loading branch information
yndajas committed May 30, 2024
1 parent 4024cc9 commit 2982f4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/bulk-republishing-content.feature
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Feature: Bulk republishing content
Then I can see that all documents have been queued for republishing

Scenario: Republish all Organisation "About Us" pages
Given Published Organisation "About Us" pages exist
Given Organisation "About Us" pages exist
When I request a bulk republishing of the Organisation "About Us" pages
Then I can see the Organisation "About Us" pages have been queued for republishing
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
expect(page).to have_selector(".gem-c-success-alert", text: "All documents have been queued for republishing")
end

Given(/^Published Organisation "About Us" pages exist$/) do
Given(/^Organisation "About Us" pages exist$/) do
2.times { create(:about_corporate_information_page) }
end

Expand Down

0 comments on commit 2982f4c

Please sign in to comment.