From 00f7cda5bf2c2099aab0a35dcedf024eb2530b5f Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Mon, 7 Feb 2022 15:01:41 +0100 Subject: [PATCH] MOBILE-3954 behat: Update settings strings --- tests/behat/settings_navigation.feature | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/behat/settings_navigation.feature b/tests/behat/settings_navigation.feature index fea11957a..ae4779ae8 100644 --- a/tests/behat/settings_navigation.feature +++ b/tests/behat/settings_navigation.feature @@ -43,8 +43,8 @@ Feature: It navigates properly within settings. And I should find "Notification preferences" in the app When I press the back button in the app - And I press "Manage storage" in the app - Then I should find "File storage used" in the app + And I press "Manage downloads" in the app + Then I should find "Total space usage" in the app Scenario: Tablet navigation Given I enter the app @@ -77,6 +77,6 @@ Feature: It navigates properly within settings. And I should find "Accept messages from" in the app And I should find "Notification preferences" in the app - When I press "Manage storage" in the app - Then "Manage storage" should be selected in the app - And I should find "File storage used" in the app + When I press "Manage downloads" in the app + Then "Manage downloads" should be selected in the app + And I should find "Total space usage" in the app