-
Notifications
You must be signed in to change notification settings - Fork 57
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
EZEE-2306: Add new Page Builder tests #703
Conversation
89c6dbe
to
86f6f9b
Compare
ad9957c
to
1d5675f
Compare
728b89c
to
be655d6
Compare
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.
Generally everything is fine, only one small issue. :)
$expectedMessage = sprintf("Location '%s' moved to trash.", $locationName); | ||
$this->specificNotificationAppears($expectedMessage); | ||
} | ||
|
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.
Why not just use the step @Then success notification that :message appears
? Judging from the message format, readability would not suffer from that.
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.
I can change that, sure
84d5fc7
to
e14c62e
Compare
@lserwatka this one can be merged |
This PR is required by https://github.com/ezsystems/ezplatform-page-builder/pull/254/files
What has been done:
ElementNotFoundException
Checklist:
$ composer fix-cs
)