Skip to content

Commit

Permalink
OPENEUROPA-660: Rectifying english and some tiny changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergepavle committed Oct 11, 2018
1 parent f5058de commit 8bc1577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Behat/DrupalContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ protected function getLanguageIdByName(string $name): string {
* @param string $content_type_name
* Content type name.
*
* @Given I am visiting the :content_type_name creation page
* @Given I visit the :content_type_name creation page
*/
public function iAmVisitingTheCreationPage(string $content_type_name): void {
$node_bundle = $this->getEntityTypeByLabel($content_type_name);
Expand Down
2 changes: 1 addition & 1 deletion tests/features/content-default-language.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Feature: Content initial language.

Scenario: As an editor, when I create a node I can not select the initial node language
Given I am logged in as a user with the "create oe_demo_translatable_page content" permission
And I am visiting the "Demo translatable page" creation page
And I visit the "Demo translatable page" creation page
Then I should not see the field "Language"

When I fill in "Title" with "Title Default value"
Expand Down

0 comments on commit 8bc1577

Please sign in to comment.