Skip to content

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

Merged
merged 2 commits into from
Aug 18, 2020
Merged

Mqe 2270 #786

merged 2 commits into from
Aug 18, 2020

Conversation

jilu1
Copy link
Contributor

@jilu1 jilu1 commented Aug 18, 2020

Description

Fixed Issues (if relevant)

  1. magento/magento2-functional-testing-framework#<issue_number>: Issue title
  2. ...

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/verification tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)
  • Changes to Framework doesn't have backward incompatible changes for tests or have related Pull Request with fixes to tests

@coveralls
Copy link

coveralls commented Aug 18, 2020

Coverage Status

Coverage decreased (-0.002%) to 61.326% when pulling cf562e1 on MQE-2270 into 17a8961 on 3.1.0-RC.

}

if ($pauseOnFail) {
print(PHP_EOL . PHP_EOL . "Failure encountered. Pausing execution..." . PHP_EOL . PHP_EOL . PHP_EOL);
Copy link
Contributor

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...

Copy link
Contributor Author

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

Copy link
Contributor Author

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.

Copy link
Contributor

@soumyau soumyau left a 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.

@jilu1 jilu1 merged commit d9418db into 3.1.0-RC Aug 18, 2020
@tomreece tomreece deleted the MQE-2270 branch August 19, 2020 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants