Skip to content

Commit

Permalink
Rename step definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksmith-welder committed Sep 18, 2024
1 parent 7321982 commit a920004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions staff_features/accessions/accessions_search.feature
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ Feature: Accessions Search
Scenario: Sort Accessions by title
Given two Accessions have been created with a common keyword in their title
And the two Accessions are displayed sorted by ascending title
When the user filters by text with the common title keyword used by both Accessions
And the user clicks on 'Title'
When the user clicks on 'Title'
Then the two Accessions are displayed sorted by descending title
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
click_on 'Save'
end

When 'the user filters by text with the common title keyword used by both Accessions' do
Given 'the two Accessions are displayed sorted by ascending title' do
visit "#{STAFF_URL}/accessions"

fill_in 'filter-text', with: @shared_accession_uuid
Expand Down

0 comments on commit a920004

Please sign in to comment.