Skip to content

Commit

Permalink
Fix HEAD tests
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea committed Dec 6, 2023
1 parent 29ea5dd commit aad200f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: copy fixtures
run: docker-compose exec -T php cp -r fixtures/drupal/modules/behat_test drupal/modules
- name: drush pmu page_cache
run: docker-compose exec -T php ./vendor/bin/drush --yes --root=drupal pmu page_cache
run: docker-compose exec -T php ./vendor/bin/drush --yes --root=drupal pmu page_cache,big_pipe
- name: drush en behat_test
run: docker-compose exec -T php ./vendor/bin/drush --yes --root=drupal en behat_test
- name: npm test
Expand Down
2 changes: 1 addition & 1 deletion features/d8.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feature: DrupalContext
When I am at "admin/structure/types"
And I click "Manage fields" in the "Article" row
Then I should be on "admin/structure/types/manage/article/fields"
And I should see the link "Add field"
And I should see the link "Create a new field"

Scenario: Create users with roles
Given users:
Expand Down
2 changes: 1 addition & 1 deletion features/i18n/es/d8.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Característica: DrupalContext
Cuando estoy en la URL "admin/structure/types"
Y hago click en el enlace "Manage fields" de la fila "Article"
Entonces debo estar en "admin/structure/types/manage/article/fields"
Y debo ver el enlace "Add field"
Y debo ver el enlace "Create a new field"

Escenario: Cear usuarios con roles
Dados usuarios:
Expand Down

0 comments on commit aad200f

Please sign in to comment.