Skip to content

Commit

Permalink
Merge pull request #2121 from cul-it/DACCESS-311
Browse files Browse the repository at this point in the history
DACCESS-311 - wait 2 seconds before looking for Digital Collections b…
  • Loading branch information
jgreidy authored May 28, 2024
2 parents e5dd181 + 1dc4c56 commit f6babef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ Scenario Outline: Search within Portal results for each collection
Given I literally go to search
When I fill in "q" with '<query>'
And I press 'Search'
And I sleep 2 seconds
Then I should get Digital Collections results
And when I view all Digital Collections Items
And I sleep 2 seconds
Expand Down Expand Up @@ -247,6 +248,6 @@ Scenario: Articles & Full Text View all link should not have proxy
When I fill in "q" with 'coffee'
And I press 'Search'
Then I should get Articles & Full Text results
And the Articles View All link url should contain 'u2yil2' but not 'proxy.library'
And the Articles heading link url should contain 'u2yil2' but not 'proxy.library'
And the Articles format link url should contain 'u2yil2' but not 'proxy.library'
And the Articles View All link url should contain 'u2yil2' but not 'proxy.library'
And the Articles heading link url should contain 'u2yil2' but not 'proxy.library'
And the Articles format link url should contain 'u2yil2' but not 'proxy.library'
1 change: 1 addition & 0 deletions blacklight-cornell/features/single_search/search.feature
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Feature: Search
When I go to the search page
When I fill in "q" with '<search>'
And I press 'Search'
And I sleep 2 seconds
Then Digital Collections should list '<result>'

Examples:
Expand Down

0 comments on commit f6babef

Please sign in to comment.