Skip to content

Commit

Permalink
Update selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
MatMoore committed Apr 9, 2024
1 parent 09b1316 commit 66fcb7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/selenium/test_search_scenarios.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ def click_on_the_first_result(self):
def verify_i_am_on_the_details_page(self, item_name):
assert item_name in self.selenium.title

secondary_heading_text = self.details_data_product_page.secondary_heading().text
heading_text = self.details_data_product_page.primary_heading().text

assert secondary_heading_text == item_name
assert heading_text == item_name

def enter_a_query_and_submit(self, query):
search_bar = self.search_page.search_bar()
Expand Down

0 comments on commit 66fcb7e

Please sign in to comment.