diff --git a/test/functional/test_history_functions.py b/test/functional/test_history_functions.py index fae75ba49d3..b5f7e8e97c5 100644 --- a/test/functional/test_history_functions.py +++ b/test/functional/test_history_functions.py @@ -22,8 +22,8 @@ class TestHistory( TwillTestCase ): self.history_options() self.check_page_for_string( 'Rename current history') self.check_page_for_string( 'View previously stored histories') - self.check_page_for_string( 'share current history') - self.check_page_for_string( 'delete current history') + self.check_page_for_string( 'Share current history') + self.check_page_for_string( 'Delete current history') def test_10_history_rename( self ): """Testing renaming a history""" id, old_name, new_name = self.rename_history()