Skip to content

Commit

Permalink
Updated browser test to work with new rjsf login form
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcottner committed Nov 21, 2023
1 parent f1fe88d commit caa1a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_admin_ui_renders_properly(self):
self.assertTrue(header.is_displayed())

# Select Kinto Accounts.
radio = self.driver.find_element(By.CSS_SELECTOR, "input[value='accounts']")
radio = self.driver.find_element(By.XPATH, "//label[contains(.,'Kinto Account Auth')]")
radio.click()

# Fill username and password.
Expand Down

0 comments on commit caa1a62

Please sign in to comment.