Skip to content

Commit

Permalink
Merge pull request #293 from dimagi/QA-5884-script-fix-bs-app-url-change
Browse files Browse the repository at this point in the history
QA-5884 updated home button locator for lookup table suite
  • Loading branch information
kbo001 authored Dec 7, 2023
2 parents 0064c2f + 872c1a8 commit 1ac6357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Features/Lookuptable/testPages/data/lookup_table_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def __init__(self, driver):
self.saved_button = (By.XPATH, "//span[@class='btn btn-info disabled'][.='Saved']")
self.number_of_questions = (By.XPATH, "//*[@id='formdesigner']/div[1]/div[1]/div[1]/div[4]/div[1]/ul/li")
self.child_node = (By.XPATH, "//*[@id='formdesigner']/div[1]/div[1]/div[1]/div[4]/div[1]/ul/li/ul")
self.home = (By.XPATH, "//*[@id='breadcrumb-region']/div/div/ol/li[1]")
self.home = (By.XPATH, "//li[contains(@class,'home')]")
self.sync = (By.XPATH, "//*[@class='ff ff-sync appicon-icon']")
self.label = (By.XPATH, "//*[@data-qtype='Trigger']")
self.refresh = (By.XPATH, "//button[contains(@class,'refresh')]")
Expand Down

0 comments on commit 1ac6357

Please sign in to comment.