Skip to content

Commit

Permalink
fix sanity test
Browse files Browse the repository at this point in the history
  • Loading branch information
chejennifer committed Nov 8, 2024
1 parent eae2dce commit 06bc818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/webdriver/tests/standalone/sanity.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def home(self, page: WebPage):
time.sleep(1)

# topic items
topic_items = find_elems(self.driver, By.CLASS_NAME, "topic-item")
topic_items = find_elems(self.driver, By.CLASS_NAME, "chip-item")
if topic_items is None or len(topic_items) == 0:
self.add_result(fail_result(page, start, "No topic items."))
return
Expand Down

0 comments on commit 06bc818

Please sign in to comment.