From ec6228c19aef124cfab7b03f44be5d9e68c14ed4 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Tue, 20 Aug 2019 15:39:59 +0300 Subject: [PATCH] Issue #3076057: Changed [Feature: Preview the site in a number of responsive devices] automated functional testing to follow with new updated list of devices in the Responsive Theme Preview module --- .../03-06-responsive-preview-devices.feature | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tests/features/varbase/step2-apply-tests/03-admin-management/03-06-responsive-preview-devices.feature b/tests/features/varbase/step2-apply-tests/03-admin-management/03-06-responsive-preview-devices.feature index 26e4afc9..0a9814d0 100644 --- a/tests/features/varbase/step2-apply-tests/03-admin-management/03-06-responsive-preview-devices.feature +++ b/tests/features/varbase/step2-apply-tests/03-admin-management/03-06-responsive-preview-devices.feature @@ -14,8 +14,6 @@ So that I can make sure that the site looks good in small devices too. When I press "Preview page layout" Then I should see "iPhone XS" And I should see "iPhone XS Max" - And I should see "iPhone 7" - And I should see "iPhone 7+" - And I should see "Galaxy S7" - And I should see "iPad Air 2" - And I should see "Galaxy Tab 2 10" + And I should see "Galaxy S9" + And I should see "iPad Pro" + And I should see "Galaxy Tab S4" -- GitLab