-
Notifications
You must be signed in to change notification settings - Fork 32
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
EWPP-2718: Update ECL to 3.5.0 version. #1192
Conversation
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.
We need to rename the patch files.
02cfa0b
to
e8013e9
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.
Please
composer.json
Outdated
@@ -19,6 +19,7 @@ | |||
"behat/behat": "^3.10", | |||
"behat/mink-extension": "^2.3.1", | |||
"composer/installers": "~1.5", | |||
"consolidation/annotated-command": "4.5.6", |
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.
Is this still needed?
@@ -123,7 +123,7 @@ public function testEclMultiSelect(): void { | |||
|
|||
// Assert all options are visible. | |||
$options = [ | |||
'Select all', | |||
'Select all (4)', |
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 is this happening? We cannot just change the test cause drone fails. There is a reason we have tests and that is to check if we break stuff. Not that if we break stuff, we just adapt the test. So please confirm what this is.
No description provided.