Skip to content

Commit

Permalink
fixup! feat: adjust button styling to match the ones from the LMS
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrendalath committed May 9, 2024
1 parent bc1ce16 commit 2c911c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def test_submit_not_present_on_revisit(self):

self.wait_until_exists('.poll-results-wrapper')

self.go_to_page('Poll Functions')
self.go_to_page('Survey Functions')
self.assertRaises(NoSuchElementException, self.browser.find_element_by_css_selector, 'button.submit')

def test_survey_radio_ids_unique(self):
Expand Down

0 comments on commit 2c911c2

Please sign in to comment.