Skip to content

Commit

Permalink
Fix tests due to remove the profile icon in balance button.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezsaeed committed Feb 11, 2025
1 parent f9cfcc4 commit 72cfb6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class DashboardPage:
nodes_stats = (By.XPATH, "//p[contains(@class, 'text-center') and following-sibling::p[text()='Nodes']]")
countries_stats = (By.XPATH, "//p[contains(@class, 'text-center') and following-sibling::p[text()='Countries']]")
cores_stats = (By.XPATH, "//p[contains(@class, 'text-center') and following-sibling::p[text()='Cores']]")
profile_button = (By.XPATH, '/html/body/div[1]/div/div/main/header[1]/div/div[3]/i')
profile_button = (By.CLASS_NAME, 'v-card')
profile_label = (By.XPATH, '/html/body/div[1]/div/div/main/div/div[2]/div/div/div/div[1]/div/div[1]')
qr_code_img = (By.XPATH, "//img[@alt='qrcode']")
sidebar_manual = (By.XPATH, "//span[text()='Manual']")
Expand Down

0 comments on commit 72cfb6c

Please sign in to comment.