Skip to content

Commit

Permalink
Fix step names
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksmith-welder committed Feb 24, 2025
1 parent 31f0140 commit 601dee9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Feature: Digital Object Rapid Data Entry
| Date Type | Single |
| Begin | 2021 |
Scenario: Remove a Rapid Data Entry Template
Given a Rapid Data Entry template has been created
Given a Digital Object Rapid Data Entry template has been created
And the Digital Object is opened in edit mode
When the user clicks on 'Rapid Data Entry'
And the user clicks on 'Remove Templates' in the modal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
end
end

Given 'a Radpid Data Entry template has been created' do
Given 'a Digital Object Rapid Data Entry template has been created' do
visit "#{STAFF_URL}/digital_objects/#{@digital_object_id}/edit"
click_on 'Rapid Data Entry'
wait_for_ajax
Expand Down
2 changes: 1 addition & 1 deletion staff_features/resources/resource_rapid_data_entry.feature
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Feature: Resource Rapid Data Entry
| Date Type | Single |
| Begin | 2021 |
Scenario: Remove a Rapid Data Entry Template
Given a Rapid Data Entry template has been created
Given a Resource Rapid Data Entry template has been created
And the Resource is opened in edit mode
When the user clicks on 'Rapid Data Entry'
And the user clicks on 'Remove Templates' in the modal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
end
end

Given 'a Radpid Data Entry template has been created' do
Given 'a Resource Rapid Data Entry template has been created' do
visit "#{STAFF_URL}/resources/#{@resource_id}/edit"
click_on 'Rapid Data Entry'
wait_for_ajax
Expand Down

0 comments on commit 601dee9

Please sign in to comment.