We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d631434 commit 740ed82Copy full SHA for 740ed82
1 file changed
cypress/support/test_methods.js
@@ -135,6 +135,8 @@ export var TestMethods = {
135
/** Go to system information. */
136
cy.goToPage(this.SystemInfoAdminUrl);
137
138
+ cy.wait(1000);
139
+
140
/** Get framework version. */
141
cy.get('h1').contains(this.ShopName, {matchCase: false}).then($frameworkVersion => {
142
var frameworkVersion = ($frameworkVersion.text()).replace(/\.?[^0-9.]/g, '');
0 commit comments