Skip to content

Commit 740ed82

Browse files
committed
adds extra time
1 parent d631434 commit 740ed82

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cypress/support/test_methods.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ export var TestMethods = {
135135
/** Go to system information. */
136136
cy.goToPage(this.SystemInfoAdminUrl);
137137

138+
cy.wait(1000);
139+
138140
/** Get framework version. */
139141
cy.get('h1').contains(this.ShopName, {matchCase: false}).then($frameworkVersion => {
140142
var frameworkVersion = ($frameworkVersion.text()).replace(/\.?[^0-9.]/g, '');

0 commit comments

Comments
 (0)