-
Notifications
You must be signed in to change notification settings - Fork 132
Mqe 2270 #786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
} | ||
|
||
if ($pauseOnFail) { | ||
print(PHP_EOL . PHP_EOL . "Failure encountered. Pausing execution..." . PHP_EOL . PHP_EOL . PHP_EOL); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Message looks good, may be too spaced out due to PHP_EOLs. I added both formats below, prefer the second one. See if you want to change it to the 2nd format.
[assertLoggedIn] AssertAdminSuccessLoginActionGroup
[waitForAdminAccountTextVisible] wait for element visible ".page-header .admin-user-account-text",30
Failure encountered. Pausing execution...
Execution PAUSED, starting interactive shell...
Instead
[assertLoggedIn] AssertAdminSuccessLoginActionGroup
[waitForAdminAccountTextVisible] wait for element visible ".page-header .admin-user-account-text",30
Failure encountered. Pausing execution...
Execution PAUSED, starting interactive shell...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I will revert this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted. I actually prefer the former.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good. Minor comments on formatting of message.
Description
Fixed Issues (if relevant)
Contribution checklist