9 require_once
__DIR__ .
'/../../Helper/AdminUrlList.php';
16 class AdminStep extends \Magento\FunctionalTestingFramework\AcceptanceTester
25 $I->waitForPageLoad();
26 $I->seeInCurrentUrl(
$url);
40 $admin_url_list = array(
41 "/admin/admin/dashboard/",
42 "/admin/sales/order/",
43 "/admin/sales/invoice/",
44 "/admin/sales/shipment/",
45 "/admin/sales/creditmemo/",
46 "/admin/paypal/billing_agreement/",
47 "/admin/sales/transactions/",
48 "/admin/catalog/product/",
49 "/admin/catalog/category/",
50 "/admin/customer/index/",
51 "/admin/customer/online/",
52 "/admin/catalog_rule/promo_catalog/",
53 "/admin/sales_rule/promo_quote/",
54 "/admin/admin/email_template/",
55 "/admin/newsletter/template/",
56 "/admin/newsletter/queue/",
57 "/admin/newsletter/subscriber/",
58 "/admin/admin/url_rewrite/index/",
59 "/admin/search/term/index/",
60 "/admin/search/synonyms/index/",
61 "/admin/admin/sitemap/",
62 "/admin/review/product/index/",
65 "/admin/admin/widget_instance/",
66 "/admin/theme/design_config/",
67 "/admin/admin/system_design_theme/",
68 "/admin/admin/system_design/",
69 "/admin/reports/report_shopcart/product/",
70 "/admin/search/term/report/",
71 "/admin/reports/report_shopcart/abandoned/",
72 "/admin/newsletter/problem/",
73 "/admin/reports/report_review/customer/",
74 "/admin/reports/report_review/product/",
75 "/admin/reports/report_sales/sales/",
76 "/admin/reports/report_sales/tax/",
77 "/admin/reports/report_sales/invoiced/",
78 "/admin/reports/report_sales/shipping/",
79 "/admin/reports/report_sales/refunded/",
80 "/admin/reports/report_sales/coupons/",
81 "/admin/paypal/paypal_reports/",
82 "/admin/braintree/report/",
83 "/admin/reports/report_customer/totals/",
84 "/admin/reports/report_customer/orders/",
85 "/admin/reports/report_customer/accounts/",
86 "/admin/reports/report_product/viewed/",
87 "/admin/reports/report_sales/bestsellers/",
88 "/admin/reports/report_product/lowstock/",
89 "/admin/reports/report_product/sold/",
90 "/admin/reports/report_product/downloads/",
91 "/admin/reports/report_statistics/",
92 "/admin/admin/system_store/",
93 "/admin/admin/system_config/",
94 "/admin/checkout/agreement/",
95 "/admin/sales/order_status/",
98 "/admin/admin/system_currency/",
99 "/admin/admin/system_currencysymbol/",
100 "/admin/catalog/product_attribute/",
101 "/admin/catalog/product_set/",
102 "/admin/review/rating/",
103 "/admin/customer/group/",
104 "/admin/admin/import/",
105 "/admin/admin/export/",
106 "/admin/tax/rate/importExport/",
107 "/admin/admin/history/",
108 "/admin/admin/integration/",
109 "/admin/admin/cache/",
110 "/admin/backup/index/",
111 "/admin/indexer/indexer/list/",
112 "/admin/admin/user/",
113 "/admin/admin/locks/",
114 "/admin/admin/user_role/",
115 "/admin/admin/notification/",
116 "/admin/admin/system_variable/",
117 "/admin/admin/crypt_key/" 120 $random_admin_url = array_rand($admin_url_list, 1);
122 $I->amOnPage($admin_url_list[$random_admin_url]);
123 $I->waitForPageLoad();
125 return $admin_url_list[$random_admin_url];
131 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminLoginPage);
132 $I->waitForPageLoad();
138 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminLogoutPage);
145 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminOrdersGrid);
146 $I->waitForPageLoad();
152 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminOrderByIdPage . $orderId));
153 $I->waitForPageLoad();
159 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddOrderPage);
160 $I->waitForPageLoad();
166 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddOrderForCustomerIdPage .
$customerId));
167 $I->waitForPageLoad();
173 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminInvoicesGrid);
174 $I->waitForPageLoad();
180 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddInvoiceForOrderIdPage . $orderId));
181 $I->waitForPageLoad();
187 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminShipmentsGrid);
188 $I->waitForPageLoad();
194 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminShipmentForIdPage . $shipmentId));
195 $I->waitForPageLoad();
201 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCreditMemosGrid);
202 $I->waitForPageLoad();
208 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCreditMemoForIdPage . $creditMemoId));
209 $I->waitForPageLoad();
215 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminBillingAgreementsGrid);
216 $I->waitForPageLoad();
222 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminTransactionsGrid);
223 $I->waitForPageLoad();
230 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCatalogGrid);
231 $I->waitForPageLoad();
237 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminProductForIdPage .
$productId));
238 $I->waitForPageLoad();
244 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddSimpleProductPage);
245 $I->waitForPageLoad();
251 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddConfigurableProductPage);
252 $I->waitForPageLoad();
258 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddGroupedProductPage);
259 $I->waitForPageLoad();
265 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddVirtualProductPage);
266 $I->waitForPageLoad();
272 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddBundleProductPage);
273 $I->waitForPageLoad();
279 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddDownloadableProductPage);
280 $I->waitForPageLoad();
286 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCategoriesPage);
287 $I->waitForPageLoad();
293 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCategoryForIdPage . $categoryId));
294 $I->waitForPageLoad();
300 $I->amOnPage((
'/admin/catalog/category/add/store/' .
$storeId .
'/parent/1'));
301 $I->waitForPageLoad();
307 $I->amOnPage((
'/admin/catalog/category/add/store/' .
$storeId .
'/parent/2'));
308 $I->waitForPageLoad();
315 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAllCustomersGrid);
316 $I->waitForPageLoad();
322 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCustomersNowOnlineGrid);
323 $I->waitForPageLoad();
329 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCustomerForCustomerIdPage .
$customerId));
330 $I->waitForPageLoad();
336 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddCustomerPage);
337 $I->waitForPageLoad();
344 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCatalogPriceRuleGrid);
345 $I->waitForPageLoad();
351 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCatalogPriceRuleForIdPage . $catalogPriceRuleId));
352 $I->waitForPageLoad();
358 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddCatalogPriceRulePage);
359 $I->waitForPageLoad();
365 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCartPriceRulesGrid);
366 $I->waitForPageLoad();
372 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCartPriceRuleForIdPage . $cartPriceRuleId));
373 $I->waitForPageLoad();
379 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddCartPriceRulePage);
380 $I->waitForPageLoad();
386 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminEmailTemplatesGrid);
387 $I->waitForPageLoad();
393 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminEmailTemplateForIdPage . $emailTemplateId));
394 $I->waitForPageLoad();
400 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddEmailTemplatePage);
401 $I->waitForPageLoad();
407 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminNewsletterTemplateGrid);
408 $I->waitForPageLoad();
414 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminNewsletterTemplateForIdPage . $newsletterTemplateId));
415 $I->waitForPageLoad();
421 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddNewsletterTemplatePage);
422 $I->waitForPageLoad();
428 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminNewsletterQueueGrid);
429 $I->waitForPageLoad();
435 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminNewsletterSubscribersGrid);
436 $I->waitForPageLoad();
442 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminURLRewritesGrid);
443 $I->waitForPageLoad();
449 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminURLRewriteForIdPage . $urlRewriteId));
450 $I->waitForPageLoad();
456 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddURLRewritePage);
457 $I->waitForPageLoad();
463 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminSearchTermsGrid);
464 $I->waitForPageLoad();
470 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminSearchTermForIdPage . $searchTermId));
471 $I->waitForPageLoad();
477 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddSearchTermPage);
478 $I->waitForPageLoad();
484 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminSearchSynonymsGrid);
485 $I->waitForPageLoad();
491 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminSearchSynonymGroupForIdPage . $searchSynonymId));
492 $I->waitForPageLoad();
498 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddSearchSynonymGroupPage);
499 $I->waitForPageLoad();
505 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminSiteMapGrid);
506 $I->waitForPageLoad();
512 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminSiteMapForIdPage . $siteMapId));
513 $I->waitForPageLoad();
519 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddSiteMapPage);
520 $I->waitForPageLoad();
526 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminReviewsGrid);
527 $I->waitForPageLoad();
533 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminReviewByIdPage . $reviewId));
534 $I->waitForPageLoad();
540 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddReviewPage);
541 $I->waitForPageLoad();
548 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminPagesGrid);
549 $I->waitForPageLoad();
555 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminPageForIdPage . $pageId));
556 $I->waitForPageLoad();
562 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddPagePage));
563 $I->waitForPageLoad();
569 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminBlocksGrid);
570 $I->waitForPageLoad();
576 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminBlockForIdPage . $blockId));
577 $I->waitForPageLoad();
583 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddBlockPage);
584 $I->waitForPageLoad();
590 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminWidgetsGrid);
591 $I->waitForPageLoad();
597 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddWidgetPage);
598 $I->waitForPageLoad();
604 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminDesignConfigurationGrid);
605 $I->waitForPageLoad();
611 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminThemesGrid);
612 $I->waitForPageLoad();
618 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminThemeByIdPage . $themeId));
619 $I->waitForPageLoad();
625 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminStoreContentScheduleGrid);
626 $I->waitForPageLoad();
632 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminStoreContentScheduleForIdPage . $storeContentScheduleId));
633 $I->waitForPageLoad();
639 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddStoreDesignChangePage);
640 $I->waitForPageLoad();
647 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminProductsInCartGrid);
648 $I->waitForPageLoad();
654 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminSearchTermsReportGrid);
655 $I->waitForPageLoad();
661 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAbandonedCartsGrid);
662 $I->waitForPageLoad();
668 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminNewsletterProblemsReportGrid);
669 $I->waitForPageLoad();
675 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCustomerReviewsReportGrid);
676 $I->waitForPageLoad();
682 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminProductReviewsReportGrid);
683 $I->waitForPageLoad();
689 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminProductReviewsForProductIdPage .
$productId));
690 $I->waitForPageLoad();
696 $I->amOnPage((
'/admin/review/product/edit/id/' . $productReviewId .
'/productId/' .
$productId));
697 $I->waitForPageLoad();
703 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminOrdersReportGrid);
704 $I->waitForPageLoad();
710 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminTaxReportGrid);
711 $I->waitForPageLoad();
717 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminInvoiceReportGrid);
718 $I->waitForPageLoad();
724 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminShippingReportGrid);
725 $I->waitForPageLoad();
731 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminRefundsReportGrid);
732 $I->waitForPageLoad();
738 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCouponsReportGrid);
739 $I->waitForPageLoad();
745 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminPayPalSettlementReportsGrid);
746 $I->waitForPageLoad();
752 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminBraintreeSettlementReportGrid);
753 $I->waitForPageLoad();
759 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminOrderTotalReportGrid);
760 $I->waitForPageLoad();
766 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminOrderCountReportGrid);
767 $I->waitForPageLoad();
773 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminNewAccountsReportGrid);
774 $I->waitForPageLoad();
780 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminProductViewsReportGrid);
781 $I->waitForPageLoad();
787 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminBestsellersReportGrid);
788 $I->waitForPageLoad();
794 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminLowStockReportGrid);
795 $I->waitForPageLoad();
801 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminOrderedProductsReportGrid);
802 $I->waitForPageLoad();
808 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminDownloadsReportGrid);
809 $I->waitForPageLoad();
815 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminRefreshStatisticsGrid);
816 $I->waitForPageLoad();
823 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAllStoresGrid);
824 $I->waitForPageLoad();
830 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCreateStoreViewPage);
831 $I->waitForPageLoad();
837 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCreateStorePage);
838 $I->waitForPageLoad();
844 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCreateWebsitePage);
845 $I->waitForPageLoad();
851 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminWebsiteByIdPage .
$websiteId));
852 $I->waitForPageLoad();
858 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminStoreViewByIdPage . $storeViewId));
859 $I->waitForPageLoad();
865 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminStoreByIdPage .
$storeId));
866 $I->waitForPageLoad();
872 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminConfigurationGrid);
873 $I->waitForPageLoad();
879 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminTermsAndConditionsGrid);
880 $I->waitForPageLoad();
886 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminTermsAndConditionByIdPage . $termsAndConditionsId));
887 $I->waitForPageLoad();
893 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddNewTermsAndConditionPage);
894 $I->waitForPageLoad();
900 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminOrderStatusGrid);
901 $I->waitForPageLoad();
907 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddOrderStatusPage);
908 $I->waitForPageLoad();
914 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminTaxRulesGrid);
915 $I->waitForPageLoad();
921 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminTaxRuleByIdPage . $taxRuleId));
922 $I->waitForPageLoad();
928 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddTaxRulePage);
929 $I->waitForPageLoad();
935 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminTaxZonesAndRatesGrid);
936 $I->waitForPageLoad();
942 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminTaxZoneAndRateByIdPage . $taxZoneAndRateId));
943 $I->waitForPageLoad();
949 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddTaxZoneAndRatePage);
950 $I->waitForPageLoad();
956 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCurrencyRatesPage);
957 $I->waitForPageLoad();
963 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCurrencySymbolsPage);
964 $I->waitForPageLoad();
970 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminProductAttributesGrid);
971 $I->waitForPageLoad();
977 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminProductAttributeForIdPage . $productAttributeId));
978 $I->waitForPageLoad();
984 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddProductAttributePage);
985 $I->waitForPageLoad();
991 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAttributeSetsGrid);
992 $I->waitForPageLoad();
998 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAttributeSetByIdPage .
$attributeSetId));
999 $I->waitForPageLoad();
1005 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddAttributeSetPage);
1006 $I->waitForPageLoad();
1012 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminRatingsGrid);
1013 $I->waitForPageLoad();
1019 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminRatingForIdPage . $ratingId));
1020 $I->waitForPageLoad();
1026 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddRatingPage);
1027 $I->waitForPageLoad();
1033 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCustomerGroupsGrid);
1034 $I->waitForPageLoad();
1040 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCustomerGroupByIdPage . $customerGroupId));
1041 $I->waitForPageLoad();
1047 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddCustomerGroupPage);
1048 $I->waitForPageLoad();
1055 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminImportPage);
1056 $I->waitForPageLoad();
1062 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminExportPage);
1063 $I->waitForPageLoad();
1069 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminImportAndExportTaxRatesPage);
1070 $I->waitForPageLoad();
1076 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminImportHistoryGrid);
1077 $I->waitForPageLoad();
1083 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminIntegrationsGrid);
1084 $I->waitForPageLoad();
1090 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminIntegrationByIdPage . $integrationId));
1091 $I->waitForPageLoad();
1097 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddIntegrationPage);
1098 $I->waitForPageLoad();
1104 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCacheManagementGrid);
1105 $I->waitForPageLoad();
1111 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminBackupsGrid);
1112 $I->waitForPageLoad();
1118 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminIndexManagementGrid);
1119 $I->waitForPageLoad();
1125 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminWebSetupWizardPage);
1126 $I->waitForPageLoad();
1132 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAllUsersGrid);
1133 $I->waitForPageLoad();
1139 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminUserByIdPage . $userId));
1140 $I->waitForPageLoad();
1146 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddNewUserPage);
1147 $I->waitForPageLoad();
1153 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminLockedUsersGrid);
1154 $I->waitForPageLoad();
1160 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminUserRolesGrid);
1161 $I->waitForPageLoad();
1167 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminUserRoleByIdPage . $userRoleId));
1168 $I->waitForPageLoad();
1174 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddUserRolePage);
1175 $I->waitForPageLoad();
1181 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminNotificationsGrid);
1182 $I->waitForPageLoad();
1188 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCustomVariablesGrid);
1189 $I->waitForPageLoad();
1195 $I->amOnPage((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCustomVariableByIdPage . $customVariableId));
1196 $I->waitForPageLoad();
1202 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddCustomVariablePage);
1203 $I->waitForPageLoad();
1209 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminEncryptionKeyPage);
1210 $I->waitForPageLoad();
1216 $I->amOnPage(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminFindPartnersAndExtensions);
1217 $I->waitForPageLoad();
1224 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminLoginPage);
1230 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminDashboardPage);
1231 $I->see(
'Dashboard', self::$adminPageTitle);
1237 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminForgotYourPasswordPage);
1244 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminOrdersGrid);
1245 $I->see(
'Orders', self::$adminPageTitle);
1251 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminOrderByIdPage . $orderId));
1252 $I->see($orderId, self::$adminPageTitle);
1258 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddOrderPage);
1259 $I->see(
'Create New Order', self::$adminPageTitle);
1265 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddOrderForCustomerIdPage .
$customerId));
1266 $I->see(
'Create New Order', self::$adminPageTitle);
1272 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminInvoicesGrid);
1273 $I->see(
'Invoices', self::$adminPageTitle);
1279 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddInvoiceForOrderIdPage . $orderId));
1280 $I->see(
'New Invoice', self::$adminPageTitle);
1286 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminShipmentsGrid);
1287 $I->see(
'Shipments', self::$adminPageTitle);
1293 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminShipmentForIdPage . $shipmentId));
1294 $I->see(
'New Shipment');
1300 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCreditMemosGrid);
1301 $I->see(
'Credit Memos', self::$adminPageTitle);
1307 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCreditMemoForIdPage . $creditMemoId));
1308 $I->see(
'View Memo', self::$adminPageTitle);
1314 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminBillingAgreementsGrid);
1315 $I->see(
'Billing Agreements', self::$adminPageTitle);
1321 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminTransactionsGrid);
1322 $I->see(
'Transactions', self::$adminPageTitle);
1329 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCatalogGrid);
1330 $I->see(
'Catalog', self::$adminPageTitle);
1336 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminProductForIdPage .
$productId));
1337 $I->see($productName, self::$adminPageTitle);
1343 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddSimpleProductPage);
1344 $I->see(
'New Product', self::$adminPageTitle);
1350 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddConfigurableProductPage);
1351 $I->see(
'New Product', self::$adminPageTitle);
1357 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddGroupedProductPage);
1358 $I->see(
'New Product', self::$adminPageTitle);
1364 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddVirtualProductPage);
1365 $I->see(
'New Product', self::$adminPageTitle);
1371 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddBundleProductPage);
1372 $I->see(
'New Product', self::$adminPageTitle);
1378 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddDownloadableProductPage);
1379 $I->see(
'New Product', self::$adminPageTitle);
1385 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCategoriesPage);
1386 $I->see(
'Default Category', self::$adminPageTitle);
1392 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCategoryForIdPage . $categoryId));
1393 $I->see($categoryName, self::$adminPageTitle);
1399 $I->seeInCurrentUrl((
'/admin/catalog/category/add/store/' .
$storeId .
'/parent/1'));
1400 $I->see(
'New Category', self::$adminPageTitle);
1406 $I->seeInCurrentUrl((
'/admin/catalog/category/add/store/' .
$storeId .
'/parent/2'));
1407 $I->see(
'New Category', self::$adminPageTitle);
1414 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAllCustomersGrid);
1415 $I->see(
'Customers', self::$adminPageTitle);
1421 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCustomersNowOnlineGrid);
1422 $I->see(
'Customers Now Online', self::$adminPageTitle);
1428 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCustomerForCustomerIdPage .
$customerId));
1429 $I->see($customerName, self::$adminPageTitle);
1435 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddCustomerPage);
1436 $I->see(
'New Customer', self::$adminPageTitle);
1443 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCatalogPriceRuleGrid);
1444 $I->see(
'Catalog Price Rule', self::$adminPageTitle);
1450 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCatalogPriceRuleForIdPage . $catalogPriceRuleId));
1451 $I->see($catalogPriceRuleName, self::$adminPageTitle);
1457 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddCatalogPriceRulePage);
1458 $I->see(
'New Catalog Price Rule', self::$adminPageTitle);
1464 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCartPriceRulesGrid);
1465 $I->see(
'Cart Price Rules', self::$adminPageTitle);
1471 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCartPriceRuleForIdPage . $cartPriceRuleId));
1472 $I->see($cartPriceRuleName, self::$adminPageTitle);
1478 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddCartPriceRulePage);
1479 $I->see(
'New Cart Price Rule', self::$adminPageTitle);
1485 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminEmailTemplatesGrid);
1486 $I->see(
'Email Templates', self::$adminPageTitle);
1492 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminEmailTemplateForIdPage . $emailTemplateId));
1493 $I->see($templateName, self::$adminPageTitle);
1499 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddEmailTemplatePage);
1500 $I->see(
'New Template', self::$adminPageTitle);
1506 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminNewsletterTemplateGrid);
1507 $I->see(
'Newsletter Templates', self::$adminPageTitle);
1513 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminNewsletterTemplateForIdPage . $newsletterTemplateId));
1514 $I->see($templateName, self::$adminPageTitle);
1520 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddNewsletterTemplatePage);
1521 $I->see(
'New Template', self::$adminPageTitle);
1527 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminNewsletterQueueGrid);
1528 $I->see(
'Newsletter Queue', self::$adminPageTitle);
1534 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminNewsletterSubscribersGrid);
1535 $I->see(
'Newsletter Subscribers', self::$adminPageTitle);
1541 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminURLRewritesGrid);
1542 $I->see(
'URL Rewrites', self::$adminPageTitle);
1548 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminURLRewriteForIdPage . $urlRewriteId));
1549 $I->see(
'Edit URL Rewrite for a', self::$adminPageTitle);
1555 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddURLRewritePage);
1556 $I->see(
'Add New URL Rewrite', self::$adminPageTitle);
1562 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminSearchTermsGrid);
1563 $I->see(
'Search Terms', self::$adminPageTitle);
1569 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminSearchTermForIdPage . $searchTermId));
1570 $I->see($searchQuery, self::$adminPageTitle);
1576 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddSearchTermPage);
1577 $I->see(
'New Search', self::$adminPageTitle);
1583 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminSearchSynonymsGrid);
1584 $I->see(
'Search Synonyms', self::$adminPageTitle);
1590 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminSearchSynonymGroupForIdPage . $searchSynonymId));
1591 $I->see($synonyms, self::$adminPageTitle);
1597 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddSearchSynonymGroupPage);
1598 $I->see(
'New Synonym Group', self::$adminPageTitle);
1604 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminSiteMapGrid);
1605 $I->see(
'Site Map', self::$adminPageTitle);
1611 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminSiteMapForIdPage . $siteMapId));
1612 $I->see(
$fileName, self::$adminPageTitle);
1618 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddSiteMapPage);
1619 $I->see(
'New Site Map', self::$adminPageTitle);
1625 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminReviewsGrid);
1626 $I->see(
'Reviews', self::$adminPageTitle);
1632 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminReviewByIdPage . $reviewId));
1633 $I->see(
'Edit Review', self::$adminPageTitle);
1639 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddReviewPage);
1640 $I->see(
'New Review', self::$adminPageTitle);
1647 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminPagesGrid);
1648 $I->see(
'Pages', self::$adminPageTitle);
1654 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminPageForIdPage . $pageId));
1655 $I->see($pageTitle, self::$adminPageTitle);
1661 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddPagePage));
1662 $I->see(
'New Page', self::$adminPageTitle);
1668 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminBlocksGrid);
1669 $I->see(
'Blocks', self::$adminPageTitle);
1675 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminBlockForIdPage . $blockId));
1676 $I->see($blockTitle, self::$adminPageTitle);
1682 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddBlockPage);
1683 $I->see(
'New Block', self::$adminPageTitle);
1689 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminWidgetsGrid);
1690 $I->see(
'Widgets', self::$adminPageTitle);
1696 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddWidgetPage);
1697 $I->see(
'Widgets', self::$adminPageTitle);
1703 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminDesignConfigurationGrid);
1704 $I->see(
'Design Configuration', self::$adminPageTitle);
1710 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminThemesGrid);
1711 $I->see(
'Themes', self::$adminPageTitle);
1717 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminThemeByIdPage . $themeId));
1718 $I->see($themeTitle);
1724 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminStoreContentScheduleGrid);
1725 $I->see(
'Store Design Schedule', self::$adminPageTitle);
1731 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminStoreContentScheduleForIdPage . $storeContentScheduleId));
1732 $I->see(
'Edit Store Design Change', self::$adminPageTitle);
1738 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddStoreDesignChangePage);
1739 $I->see(
'New Store Design Change');
1746 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminProductsInCartGrid);
1747 $I->see(
'Products in Carts', self::$adminPageTitle);
1753 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminSearchTermsReportGrid);
1754 $I->see(
'Search Terms Report', self::$adminPageTitle);
1760 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAbandonedCartsGrid);
1761 $I->see(
'Abandoned Carts', self::$adminPageTitle);
1767 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminNewsletterProblemsReportGrid);
1768 $I->see(
'Newsletter Problems Report', self::$adminPageTitle);
1774 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCustomerReviewsReportGrid);
1775 $I->see(
'Customer Reviews Report', self::$adminPageTitle);
1781 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminProductReviewsReportGrid);
1782 $I->see(
'Product Reviews Report', self::$adminPageTitle);
1788 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminProductReviewsForProductIdPage .
$productId));
1789 $I->see(
'Reviews', self::$adminPageTitle);
1795 $I->seeInCurrentUrl((
'/admin/review/product/edit/id/' . $productReviewId .
'/productId/' .
$productId));
1796 $I->see(
'Edit Review', self::$adminPageTitle);
1802 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminOrdersReportGrid);
1803 $I->see(
'Orders Report', self::$adminPageTitle);
1809 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminTaxReportGrid);
1810 $I->see(
'Tax Report', self::$adminPageTitle);
1816 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminInvoiceReportGrid);
1817 $I->see(
'Invoice Report', self::$adminPageTitle);
1823 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminShippingReportGrid);
1824 $I->see(
'Shipping Report', self::$adminPageTitle);
1830 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminRefundsReportGrid);
1831 $I->see(
'Refunds Report', self::$adminPageTitle);
1837 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCouponsReportGrid);
1838 $I->see(
'Coupons Report', self::$adminPageTitle);
1844 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminPayPalSettlementReportsGrid);
1845 $I->see(
'PayPal Settlement Reports', self::$adminPageTitle);
1851 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminBraintreeSettlementReportGrid);
1852 $I->see(
'Braintree Settlement Report', self::$adminPageTitle);
1858 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminOrderTotalReportGrid);
1859 $I->see(
'Order Total Report', self::$adminPageTitle);
1865 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminOrderCountReportGrid);
1866 $I->see(
'Order Count Report', self::$adminPageTitle);
1872 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminNewAccountsReportGrid);
1873 $I->see(
'New Accounts Report', self::$adminPageTitle);
1879 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminProductViewsReportGrid);
1880 $I->see(
'Product Views Report', self::$adminPageTitle);
1886 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminBestsellersReportGrid);
1887 $I->see(
'Bestsellers Report', self::$adminPageTitle);
1893 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminLowStockReportGrid);
1894 $I->see(
'Low Stock Report', self::$adminPageTitle);
1900 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminOrderedProductsReportGrid);
1901 $I->see(
'Ordered Products Report', self::$adminPageTitle);
1907 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminDownloadsReportGrid);
1908 $I->see(
'Downloads Report', self::$adminPageTitle);
1914 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminRefreshStatisticsGrid);
1915 $I->see(
'Refresh Statistics', self::$adminPageTitle);
1922 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAllStoresGrid);
1923 $I->see(
'Stores', self::$adminPageTitle);
1929 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCreateStoreViewPage);
1930 $I->see(
'Stores', self::$adminPageTitle);
1936 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCreateStorePage);
1937 $I->see(
'Stores', self::$adminPageTitle);
1943 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCreateWebsitePage);
1950 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminWebsiteByIdPage .
$websiteId));
1956 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminStoreViewByIdPage . $storeViewId));
1962 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminStoreByIdPage .
$storeId));
1968 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminConfigurationGrid);
1969 $I->see(
'Configuration', self::$adminPageTitle);
1975 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminTermsAndConditionsGrid);
1976 $I->see(
'Terms and Conditions', self::$adminPageTitle);
1982 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminTermsAndConditionByIdPage . $termsAndConditionsId));
1983 $I->see($conditionName, self::$adminPageTitle);
1989 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddNewTermsAndConditionPage);
1990 $I->see(
'New Condition', self::$adminPageTitle);
1996 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminOrderStatusGrid);
1997 $I->see(
'Order Status', self::$adminPageTitle);
2003 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddOrderStatusPage);
2004 $I->see(
'Create New Order Status', self::$adminPageTitle);
2010 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminTaxRulesGrid);
2011 $I->see(
'Tax Rules', self::$adminPageTitle);
2017 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminTaxRuleByIdPage . $taxRuleId));
2018 $I->see($taxRuleName, self::$adminPageTitle);
2024 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddTaxRulePage);
2025 $I->see(
'New Tax Rule', self::$adminPageTitle);
2031 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminTaxZonesAndRatesGrid);
2032 $I->see(
'Tax Zones and Rates', self::$adminPageTitle);
2038 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminTaxZoneAndRateByIdPage . $taxZoneAndRateId));
2039 $I->see($taxIdentifier, self::$adminPageTitle);
2045 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddTaxZoneAndRatePage);
2046 $I->see(
'New Tax Rate', self::$adminPageTitle);
2052 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCurrencyRatesPage);
2053 $I->see(
'Currency Rates', self::$adminPageTitle);
2059 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCurrencySymbolsPage);
2060 $I->see(
'Currency Symbols', self::$adminPageTitle);
2066 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminProductAttributesGrid);
2067 $I->see(
'Product Attributes', self::$adminPageTitle);
2073 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminProductAttributeForIdPage . $productAttributeId));
2074 $I->see($productAttributeDefaultLabel, self::$adminPageTitle);
2080 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddProductAttributePage);
2081 $I->see(
'New Product Attribute', self::$adminPageTitle);
2087 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAttributeSetsGrid);
2088 $I->see(
'Attribute Sets', self::$adminPageTitle);
2094 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAttributeSetByIdPage .
$attributeSetId));
2095 $I->see($attributeSetName, self::$adminPageTitle);
2101 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddAttributeSetPage);
2102 $I->see(
'New Attribute Set', self::$adminPageTitle);
2108 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminRatingsGrid);
2109 $I->see(
'Ratings', self::$adminPageTitle);
2115 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminRatingForIdPage . $ratingId));
2116 $I->see($ratingDefaultValue, self::$adminPageTitle);
2122 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddRatingPage);
2123 $I->see(
'New Rating', self::$adminPageTitle);
2129 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCustomerGroupsGrid);
2130 $I->see(
'Customer Groups', self::$adminPageTitle);
2136 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCustomerGroupByIdPage . $customerGroupId));
2137 $I->see($customerGroupName, self::$adminPageTitle);
2143 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddCustomerGroupPage);
2144 $I->see(
'New Customer Group', self::$adminPageTitle);
2151 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminImportPage);
2152 $I->see(
'Import', self::$adminPageTitle);
2158 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminExportPage);
2159 $I->see(
'Export', self::$adminPageTitle);
2165 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminImportAndExportTaxRatesPage);
2166 $I->see(
'Import and Export Tax Rates', self::$adminPageTitle);
2172 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminImportHistoryGrid);
2173 $I->see(
'Import History', self::$adminPageTitle);
2179 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminIntegrationsGrid);
2180 $I->see(
'Integrations', self::$adminPageTitle);
2186 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminIntegrationByIdPage . $integrationId));
2187 $I->see(
'Edit', self::$adminPageTitle);
2188 $I->see($integrationName, self::$adminPageTitle);
2189 $I->see(
'Integration', self::$adminPageTitle);
2195 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddIntegrationPage);
2196 $I->see(
'New Integration', self::$adminPageTitle);
2202 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCacheManagementGrid);
2203 $I->see(
'Cache Management', self::$adminPageTitle);
2209 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminBackupsGrid);
2210 $I->see(
'Backups', self::$adminPageTitle);
2216 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminIndexManagementGrid);
2217 $I->see(
'Index Management', self::$adminPageTitle);
2223 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminWebSetupWizardPage);
2224 $I->see(
'Setup Wizard', self::$adminPageTitle);
2230 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAllUsersGrid);
2231 $I->see(
'Users', self::$adminPageTitle);
2237 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminUserByIdPage . $userId));
2238 $I->see($userFirstAndLastName, self::$adminPageTitle);
2244 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddNewUserPage);
2245 $I->see(
'New User', self::$adminPageTitle);
2251 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminLockedUsersGrid);
2252 $I->see(
'Locked Users', self::$adminPageTitle);
2258 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminUserRolesGrid);
2259 $I->see(
'Roles', self::$adminPageTitle);
2265 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminUserRoleByIdPage . $userRoleId));
2266 $I->see($userRoleName, self::$adminPageTitle);
2272 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddUserRolePage);
2273 $I->see(
'New Role', self::$adminPageTitle);
2279 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminNotificationsGrid);
2280 $I->see(
'Notifications', self::$adminPageTitle);
2286 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCustomVariablesGrid);
2287 $I->see(
'Custom Variables', self::$adminPageTitle);
2293 $I->seeInCurrentUrl((\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminCustomVariableByIdPage . $customVariableId));
2294 $I->see($customVariableCode, self::$adminPageTitle);
2300 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminAddCustomVariablePage);
2301 $I->see(
'New Custom Variable', self::$adminPageTitle);
2307 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminEncryptionKeyPage);
2308 $I->see(
'Encryption Key', self::$adminPageTitle);
2313 $I->seeInCurrentUrl(\
Magento\FunctionalTestingFramework\Helper\AdminUrlList::$adminFindPartnersAndExtensions);
2314 $I->see(
'Magento Marketplace', self::$adminPageTitle);
shouldBeOnTheAdminIntegrationForIdPage($integrationId, $integrationName)
shouldBeOnTheAdminNewAccountsReportGrid()
shouldBeOnTheAdminRatingForIdPage($ratingId, $ratingDefaultValue)
shouldBeOnTheAdminAddOrderForCustomerIdPage($customerId)
goToTheAdminConfigurationGrid()
goToTheAdminStoreViewForIdPage($storeViewId)
goToTheAdminAddUserRolePage()
goToTheAdminRefundsReportGrid()
shouldBeOnTheAdminCategoryForIdPage($categoryId, $categoryName)
shouldBeOnTheAdminSiteMapGrid()
goToTheAdminRatingForIdPage($ratingId)
shouldBeOnTheAdminAddDownloadableProductPage()
shouldBeOnTheAdminProductForIdPage($productId, $productName)
shouldBeOnTheAdminAttributeSetsGrid()
goToTheAdminWebSetupWizardPage()
shouldBeOnTheAdminAddBundledProductPage()
shouldBeOnTheAdminAddProductAttributePage()
shouldBeOnTheAdminOrdersGrid()
shouldBeOnTheAdminEmailTemplatesGrid()
shouldBeOnTheAdminSearchTermForIdPage($searchTermId, $searchQuery)
shouldBeOnTheAdminAddAttributeSetPage()
goToTheAdminAddCartPriceRulePage()
goToTheAdminProductsInCartGrid()
goToTheAdminSearchTermsReportGrid()
shouldBeOnTheAdminSearchTermsReportGrid()
shouldBeOnTheAdminTransactionsGrid()
goToTheAdminNewsletterTemplateByIdPage($newsletterTemplateId)
shouldBeOnTheAdminCategoriesPage()
goToTheAdminCreateWebsitePage()
goToTheAdminIntegrationForIdPage($integrationId)
shouldBeOnTheAdminThemeByIdPage($themeId, $themeTitle)
shouldBeOnTheAdminAddOrderPage()
goToTheAdminTaxRulesGrid()
goToTheAdminStoreContentScheduleForIdPage($storeContentScheduleId)
goToTheAdminTermsAndConditionForIdPage($termsAndConditionsId)
goToTheAdminAddOrderStatusPage()
goToTheAdminAddWidgetPage()
goToTheAdminURLRewriteForId($urlRewriteId)
goToTheAdminCustomerGroupsGrid()
shouldBeOnTheAdminAddOrderStatusPage()
goToTheAdminAddSimpleProductPage()
goToTheAdminProductForIdPage($productId)
shouldBeOnTheAdminAllStoresGrid()
goToTheAdminCreateStoreViewPage()
goToTheAdminAddOrderForCustomerIdPage($customerId)
shouldBeOnTheAdminCreditMemoForIdPage($creditMemoId)
goToTheAdminSearchTermForIdPage($searchTermId)
shouldBeOnTheAdminAddSearchTermPage()
shouldBeOnTheAdminCreateStoreViewPage()
shouldBeOnTheAdminCustomVariablesGrid()
shouldBeOnTheAdminStoreForIdPage($storeId)
goToTheAdminSiteMapGrid()
shouldBeOnTheAdminCurrencyRatesPage()
shouldBeOnTheAdminTaxReportGrid()
goToTheAdminAddUserPage()
goToTheAdminWidgetsGrid()
shouldBeOnTheAdminUserRolesGrid()
shouldBeOnTheAdminFindPartnersAndExtensionsPage()
goToTheAdminFindPartnersAndExtensionsPage()
shouldBeOnTheAdminBraintreeSettlementReportGrid()
shouldBeOnTheAdminOrderTotalReportGrid()
shouldBeOnTheAdminOrderedProductsGrid()
shouldBeOnTheAdminCouponsReportGrid()
shouldBeOnTheAdminIntegrationsGrid()
goToTheAdminAddCatalogPriceRulePage()
goToTheAdminAddURLRewritePage()
defined('TESTS_BP')||define('TESTS_BP' __DIR__
shouldBeOnTheAdminAddSubCategoryForStoreIdPage($storeId)
goToTheAdminImportHistoryGrid()
shouldBeOnTheAdminAddCustomerGroupPage()
shouldBeOnTheAdminInvoiceReportGrid()
goToTheAdminNewsletterSubscribersGrid()
goToTheAdminUserForIdPage($userId)
goToTheAdminLockedUsersGrid()
shouldBeOnTheAdminCreateWebsitePage()
shouldBeOnTheAdminOrderCountReportGrid()
goToTheAdminAddRatingPage()
shouldBeOnTheAdminEmailTemplateForIdPage($emailTemplateId, $templateName)
shouldBeOnTheAdminRefundsReportGrid()
goToTheAdminAddInvoiceForOrderIdPage($orderId)
goToTheAdminAddBlockPage()
shouldBeOnTheAdminNewsletterQueueGrid()
goToTheAdminAddCustomerGroupPage()
goToTheAdminInvoiceReportGrid()
shouldBeOnTheAdminAddStoreDesignChangePage()
goToTheAdminCustomerGroupForIdPage($customerGroupId)
shouldBeOnTheAdminImportHistoryGrid()
shouldBeOnTheAdminShipmentForIdPage($shipmentId)
shouldBeOnTheAdminCatalogGrid()
shouldBeOnTheAdminImportPage()
goToTheAdminCartPriceRuleForIdPage($cartPriceRuleId)
shouldBeOnTheAdminAddUserRolePage()
shouldBeOnTheAdminCustomVariableForId($customVariableId, $customVariableCode)
shouldBeOnTheAdminNewsletterTemplateByIdPage($newsletterTemplateId, $templateName)
goToTheAdminAddReviewPage()
shouldBeOnTheAdminBestsellersReportGrid()
goToTheAdminAddTaxRulePage()
goToTheAdminAddRootCategoryForStoreIdPage($storeId)
shouldBeOnTheAdminOrderStatusGrid()
shouldBeOnTheAdminLockedUsersGrid()
shouldBeOnTheAdminCustomerGroupForIdPage($customerGroupId, $customerGroupName)
shouldBeOnTheAdminCustomerReviewsReportGrid()
goToTheAdminCatalogPage()
shouldBeOnTheAdminCurrencySymbolsPage()
goToTheAdminBillingAgreementsGrid()
shouldBeOnTheAdminRefreshStatisticsGrid()
goToTheAdminLowStockReportGrid()
goToTheAdminProductAttributesGrid()
goToTheAdminShipmentForIdPage($shipmentId)
shouldBeOnTheAdminCacheManagementGrid()
goToTheAdminEncryptionKeyPage()
goToTheAdminCartPriceRulesGrid()
shouldBeOnTheAdminStoreContentScheduleForIdPage($storeContentScheduleId)
goToTheAdminAddBundledProductPage()
shouldBeOnTheAdminAddBlockPage()
goToTheAdminOrderTotalReportGrid()
shouldBeOnTheAdminSearchTermsGrid()
shouldBeOnTheAdminWebsiteForIdPage($websiteId)
goToTheAdminTaxZoneAndRateForIdPage($taxZoneAndRateId)
goToTheAdminOrderCountReportGrid()
shouldBeOnTheAdminProductAttributesGrid()
shouldBeOnTheAdminCatalogPriceRuleForIdPage($catalogPriceRuleId, $catalogPriceRuleName)
goToTheAdminAddSearchTermPage()
goToTheAdminNewsletterProblemsReportGrid()
goToTheAdminAddNewTermsAndConditionsPage()
goToTheAdminTransactionsGrid()
goToTheAdminIndexManagementGrid()
goToTheAdminCurrencySymbolsPage()
shouldBeOnTheAdminAttributeSetByIdPage($attributeSetId, $attributeSetName)
shouldBeOnTheAdminWebSetupWizardPage()
goToTheAdminAddVirtualProductPage()
shouldBeOnTheAdminConfigurationGrid()
shouldBeOnTheAdminLowStockReportGrid()
shouldBeOnTheAdminProductsInCartGrid()
shouldBeOnTheAdminBillingAgreementsGrid()
shouldBeOnTheAdminEncryptionKeyPage()
shouldBeOnTheAdminImportAndExportTaxRatesPage()
goToTheAdminCustomerReviewsReportGrid()
goToTheAdminBestsellersReportGrid()
shouldBeOnTheAdminAddPagePage()
shouldBeOnTheAdminAddVirtualProductPage()
shouldBeOnTheAdminBackupsGrid()
shouldBeOnTheAdminAddRootCategoryForStoreIdPage($storeId)
goToTheAdminUserRolesGrid()
goToTheAdminAttributeSetByIdPage($attributeSetId)
shouldBeOnTheAdminDesignConfigurationGrid()
goToTheAdminSiteMapForIdPage($siteMapId)
shouldBeOnTheAdminAddReviewPage()
shouldBeOnTheAdminUserForIdPage($userId, $userFirstAndLastName)
goToTheAdminStoreForIdPage($storeId)
goToTheAdminDesignConfigurationGrid()
goToTheAdminAttributeSetGrid()
goToTheAdminRefreshStatisticsGrid()
goToTheAdminAddCustomVariablePage()
goToTheAdminSearchTermsGrid()
shouldBeOnTheAdminPayPalSettlementReportsGrid()
goToTheAdminCreditMemosGrid()
goToTheAdminThemeByIdPage($themeId)
goToTheAdminCategoriesPage()
shouldBeOnTheAdminTermsAndConditionForIdPage($termsAndConditionsId, $conditionName)
goToTheAdminAllUsersGrid()
shouldBeOnTheAdminReviewsGrid()
shouldBeOnTheAdminCartPriceRulesGrid()
goToTheAdminShipmentsGrid()
goToTheAdminCacheManagementGrid()
goToTheAdminCustomVariableForId($customVariableId)
goToTheAdminAddConfigurableProductPage()
shouldBeOnTheAdminURLRewritesGrid()
goToTheAdminAddNewsletterTemplatePage()
shouldBeOnTheAdminAddInvoiceForOrderIdPage($orderId)
shouldBeOnTheAdminAllUsersGrid()
goToTheAdminOrderForIdPage($orderId)
shouldBeOnTheAdminSearchSynonymGroupByIdPage($searchSynonymId, $synonyms)
shouldBeOnTheAdminAddEmailTemplatePage()
shouldBeOnTheAdminOrderForIdPage($orderId)
goToTheAdminTaxReportGrid()
shouldBeOnTheAdminTermsAndConditionsGrid()
goToTheAdminCustomVariablesGrid()
shouldBeOnTheAdminNewsletterProblemsReportGrid()
openNewTabGoToVerify($url)
goToTheAdminCreditMemoForIdPage($creditMemoId)
shouldBeOnTheAdminDashboardPage()
goToTheAdminCouponsReportGrid()
shouldBeOnTheAdminAddConfigurableProductPage()
shouldBeOnTheAdminCatalogPriceRuleGrid()
goToTheAdminAddAttributeSetPage()
goToTheAdminPageForIdPage($pageId)
shouldBeOnTheAdminCustomerGroupsGrid()
shouldBeOnTheAdminOrdersReportGrid()
goToTheAdminUserRoleForIdPage($userRoleId)
shouldBeOnTheAdminAddUserPage()
shouldBeOnTheAdminRatingsGrid()
shouldBeOnTheAdminAddSearchSynonymGroupPage()
goToTheAdminCatalogPriceRuleGrid()
shouldBeOnTheAdminCreateStorePage()
goToTheAdminWebsiteForIdPage($websiteId)
goToTheAdminEmailTemplatesGrid()
goToTheAdminProductReviewsForProductIdPage($productId)
goToTheAdminShippingReportGrid()
shouldBeOnTheAdminAddWidgetPage()
goToTheAdminIntegrationsGrid()
goToTheAdminProductReviewIdForProductIdPage($productReviewId, $productId)
shouldBeOnTheAdminLoginPage()
goToTheAdminAddDownloadableProductPage()
shouldBeOnTheAdminProductReviewsReportGrid()
goToTheAdminCurrencyRatesPage()
shouldBeOnTheAdminPagesGrid()
shouldBeOnTheAdminProductReviewIdForProductIdPage($productReviewId, $productId)
goToTheAdminAddEmailTemplatePage()
goToTheAdminAllStoresGrid()
goToTheAdminPayPalSettlementReportsGrid()
shouldBeOnTheAdminAddSimpleProductPage()
shouldBeOnTheAdminAddIntegrationPage()
goToTheAdminAddGroupedProductPage()
shouldBeOnTheAdminCreditMemosGrid()
shouldBeOnTheAdminNotificationsGrid()
goToTheAdminOrderedProductsReportGrid()
shouldBeOnTheAdminAddCartPriceRulePage()
goToTheAdminAddStoreDesignChangePage()
shouldBeOnTheAdminAbandonedCartsGrid()
shouldBeOnTheAdminShipmentsGrid()
shouldBeOnTheAdminNewsletterSubscribersGrid()
goToTheAdminCustomersNowOnlineGrid()
shouldBeOnTheAdminAddSiteMapPage()
goToTheAdminInvoicesGrid()
shouldBeOnTheAdminSiteMapForIdPage($siteMapId, $fileName)
shouldBeOnTheAdminURLRewriteForId($urlRewriteId)
goToTheAdminReviewsGrid()
goToTheAdminCustomerForIdPage($customerId)
goToTheAdminReviewForIdPage($reviewId)
shouldBeOnTheAdminForgotYourPasswordPage()
goToTheAdminCategoryForIdPage($categoryId)
goToTheAdminAddCustomerPage()
goToTheAdminCreateStorePage()
shouldBeOnTheAdminShippingReportGrid()
goToTheAdminProductReviewsReportGrid()
goToTheAdminProductAttributeForIdPage($productAttributeId)
goToTheAdminStoreContentScheduleGrid()
shouldBeOnTheAdminWidgetsGrid()
goToTheAdminCatalogPriceRuleForIdPage($catalogPriceRuleId)
shouldBeOnTheAdminAddNewsletterTemplatePage()
shouldBeOnTheAdminBlocksGrid()
goToTheAdminAbandonedCartsGrid()
goToTheAdminAddOrderPage()
goToTheAdminBlockForIdPage($blockId)
shouldBeOnTheAdminPageForIdPage($pageId, $pageTitle)
shouldBeOnTheAdminAddCatalogPriceRulePage()
goToTheAdminEmailTemplateForIdPage($emailTemplateId)
shouldBeOnTheAdminProductReviewsForProductIdPage($productId)
goToTheAdminNotificationsGrid()
goToTheAdminSearchSynonymGroupByIdPage($searchSynonymId)
shouldBeOnTheAdminAddURLRewritePage()
shouldBeOnTheAdminInvoicesGrid()
goToTheAdminTaxRuleForIdPage($taxRuleId)
shouldBeOnTheAdminAddCustomerPage()
shouldBeOnTheAdminAddRatingPage()
goToTheAdminAddPagePage()
shouldBeOnTheAdminUserRoleForIdPage($userRoleId, $userRoleName)
shouldBeOnTheAdminAddTaxZoneAndRatePage()
goToTheAdminNewAccountsReportGrid()
shouldBeOnTheAdminAddCustomVariablePage()
shouldBeOnTheAdminAddGroupedProductPage()
shouldBeOnTheAdminTaxRulesGrid()
shouldBeOnTheAdminStoreContentScheduleGrid()
shouldBeOnTheAdminIndexManagementGrid()
goToTheAdminAddSubCategoryForStoreIdPage($storeId)
goToTheAdminTermsAndConditionsGrid()
shouldBeOnTheAdminThemesGrid()
goToTheAdminBackupsGrid()
shouldBeOnTheAdminBlockForIdPage($blockId, $blockTitle)
goToTheAdminAddSearchSynonymGroupPage()
goToTheAdminSearchSynonymsGrid()
shouldBeOnTheAdminProductAttributeForIdPage($productAttributeId, $productAttributeDefaultLabel)
shouldBeOnTheAdminReviewForIdPage($reviewId)
shouldBeOnTheAdminSearchSynonymsGrid()
shouldBeOnTheAdminStoreViewForIdPage($storeViewId)
shouldBeOnTheAdminAddNewTermsAndConditionsPage()
shouldBeOnTheAdminCustomerForIdPage($customerId, $customerName)
goToTheAdminTaxZonesAndRatesGrid()
shouldBeOnTheAdminNewsletterTemplateGrid()
shouldBeOnTheAdminCartPriceRuleForIdPage($cartPriceRuleId, $cartPriceRuleName)
shouldBeOnTheAdminExportPage()
goToTheAdminOrdersReportGrid()
shouldBeOnTheAdminTaxZonesAndRatesGrid()
shouldBeOnTheAdminCustomersNowOnlineGrid()
goToTheAdminNewsletterQueueGrid()
shouldBeOnTheAdminTaxRuleForIdPage($taxRuleId, $taxRuleName)
goToTheAdminURLRewritesGrid()
goToTheAdminAddIntegrationPage()
goToTheAdminAddSiteMapPage()
goToTheAdminAddProductAttributePage()
goToTheAdminBraintreeSettlementReportGrid()
goToTheAdminImportAndExportTaxRatesPage()
goToTheAdminAllCustomersGrid()
goToTheAdminDownloadsReportGrid()
goToTheAdminProductViewsReportGrid()
shouldBeOnTheAdminAddTaxRulePage()
shouldBeOnTheAdminProductViewsReportGrid()
goToTheAdminAddTaxZoneAndRatePage()
goToTheAdminNewsletterTemplateGrid()
shouldBeOnTheAdminDownloadsReportGrid()
goToTheAdminOrderStatusGrid()
shouldBeOnTheAdminAllCustomersGrid()
shouldBeOnTheAdminTaxZoneAndRateForIdPage($taxZoneAndRateId, $taxIdentifier)