From 1fc4a0771c83f1270ddf71c392b26300a9c14739 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Tue, 31 Jan 2023 14:41:35 -0800 Subject: [PATCH] Remove Within in Save and Load --- integration_test/features/01_general/02_save_load.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test/features/01_general/02_save_load.feature b/integration_test/features/01_general/02_save_load.feature index 29d97f82..69b3a574 100644 --- a/integration_test/features/01_general/02_save_load.feature +++ b/integration_test/features/01_general/02_save_load.feature @@ -3,7 +3,7 @@ Feature: Settings pane opens and can save settings persistently Scenario: Open the Settings pane Given I wait until the widget with type 'ProfileMgrView' is present And I tap the 'OpenSettingsView' button - Then I expect the text 'Cwtch Settings' to be present within 5 seconds + And I wait until the text 'Cwtch Settings' is present And I take a screenshot Scenario: Change every setting (except Language)