-
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
[Behat] IBX-1289 admin-ui backport #2006
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.
Looks good! Just please remember to run CS-fixer and all checks should be green.
@@ -66,4 +66,5 @@ public function contentTypeHasProperFields(string $contentTypeName, TableNode $t | |||
$this->contentTypeHasField($contentTypeName, $row['fieldName'], $row['fieldType']); | |||
} | |||
} | |||
|
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.
this line is not needed?
@@ -159,7 +164,25 @@ public function expandFieldDefinition(string $fieldName): void | |||
public function getFieldDefinitionContainerLocator(string $containerName): string | |||
{ | |||
$containerIndex = $this->context->getElementPositionByText($containerName, $this->fields['fieldDefinitionName']); | |||
|
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.
add line before return
cs fix additional cs-fixes
eb13240
to
e561f26
Compare
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
JIRA: https://issues.ibexa.co/browse/IBX-1289
Related PR: https://github.com/ezsystems/ezplatform-page-builder/pull/904
This is the backport of https://issues.ibexa.co/browse/IBX-1070 & https://issues.ibexa.co/browse/IBX-671.