From 2c911c2197890481224bcd0a18ed986e6edf73b1 Mon Sep 17 00:00:00 2001 From: Agrendalath Date: Thu, 9 May 2024 02:17:56 +0200 Subject: [PATCH] fixup! feat: adjust button styling to match the ones from the LMS --- tests/integration/test_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_functions.py b/tests/integration/test_functions.py index c4fc335..da4bc35 100644 --- a/tests/integration/test_functions.py +++ b/tests/integration/test_functions.py @@ -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):