File tree Expand file tree Collapse file tree 5 files changed +387
-645
lines changed Expand file tree Collapse file tree 5 files changed +387
-645
lines changed Original file line number Diff line number Diff line change 4444 <!-- Disable AWS S3 Remote Storage -->
4545 <magentoCLI command =" setup:config:set {{RemoteStorageAwsS3ConfigData.disable_options}}" stepKey =" disableRemoteStorage" />
4646 </after >
47- <magentoCLI command =" remote-storage:sync" timeout =" 120" stepKey =" syncRemoteStorage" />
48- <assertEquals stepKey =" assertConfigTest" >
49- <expectedResult type =" string" >Uploading media files to remote storage.\n- empty.jpg\nEnd of upload.</expectedResult >
47+ <magentoCLI command =" remote-storage:sync" timeout =" 200" stepKey =" syncRemoteStorage" />
48+ <comment userInput =" checking remote-storage:sync" stepKey =" assertConfigTest" />
49+ <assertStringContainsString stepKey =" checkingRemoteStorageSync" >
50+ <expectedResult type =" string" >Uploading media files to remote storage</expectedResult >
5051 <actualResult type =" variable" >$syncRemoteStorage</actualResult >
51- </assertEquals >
52-
52+ </assertStringContainsString >
5353 </test >
5454</tests >
Original file line number Diff line number Diff line change 1616 <argument name =" categoryName" type =" string" />
1717 </arguments >
1818
19+ <waitForElementVisible selector =" {{StorefrontHeaderSection.NavigationCategoryByName(categoryName)}}" stepKey =" waitForCatName" time =" 120" />
1920 <seeElement selector =" {{StorefrontHeaderSection.NavigationCategoryByName(categoryName)}}"
2021 stepKey =" seeCatergoryInStoreFront" />
2122 </actionGroup >
Original file line number Diff line number Diff line change 4242 <click selector =" {{StorefrontHeaderSection.mobileMenuToggle}}" stepKey =" openSideMenu" />
4343 <waitForElementClickable selector =" {{StorefrontHeaderSection.NavigationCategoryByName($$createParentCategory.name$$)}}" stepKey =" waitForCategoryMenuClickable" />
4444 <click selector =" {{StorefrontHeaderSection.NavigationCategoryByName($$createParentCategory.name$$)}}" stepKey =" expandCategoryMenu" />
45- <waitForPageLoad stepKey =" waitForSearchResult" />
45+ <waitForPageLoad stepKey =" waitForSearchResult" time = " 60 " />
4646
4747 <!-- Assert the category expanded successfully -->
4848 <actionGroup ref =" StorefrontAssertCategoryNameIsShownInMenuActionGroup" stepKey =" verifySubCatMenuItemIsVisibleInTheSidebar" >
4949 <argument name =" categoryName" value =" $$createSubCategory.name$$" />
5050 </actionGroup >
5151
5252 <!-- Open the subcategory and assert it opened successfully -->
53+ <waitForElementClickable selector =" {{StorefrontHeaderSection.NavigationCategoryByName($$createSubCategory.name$$)}}" stepKey =" waitForSubCategory" time =" 90" />
5354 <click selector =" {{StorefrontHeaderSection.NavigationCategoryByName($$createSubCategory.name$$)}}" stepKey =" openSubCategory" />
55+ <waitForElementVisible selector =" {{StorefrontCategoryMainSection.CategoryTitle}}" stepKey =" waitForCategoryName" time =" 90" />
5456 <see userInput =" $$createSubCategory.name$$" selector =" {{StorefrontCategoryMainSection.CategoryTitle}}" stepKey =" assertCategoryName" />
5557 </test >
5658</tests >
Original file line number Diff line number Diff line change 4040 "colinmollenhour/credis" : " ^1.13" ,
4141 "colinmollenhour/php-redis-session-abstract" : " ^1.5" ,
4242 "composer/composer" : " ^2.0, !=2.2.16" ,
43- "doctrine/annotations" : " ^2.0" ,
4443 "elasticsearch/elasticsearch" : " ~7.17.0 || ~8.5.0" ,
4544 "ezyang/htmlpurifier" : " ^4.16" ,
4645 "guzzlehttp/guzzle" : " ^7.5" ,
9897 "friendsofphp/php-cs-fixer" : " ^3.22" ,
9998 "lusitanian/oauth" : " ^0.8" ,
10099 "magento/magento-coding-standard" : " *" ,
101- "magento/magento2-functional-testing-framework" : " ^4.4.2 " ,
100+ "magento/magento2-functional-testing-framework" : " ^4.6 " ,
102101 "pdepend/pdepend" : " ^2.10" ,
103102 "phpmd/phpmd" : " ^2.12" ,
104103 "phpstan/phpstan" : " ^1.9" ,
You can’t perform that action at this time.
0 commit comments