Skip to content

Commit

Permalink
Issue #83: The feature makes no JavaScript testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea committed Jun 4, 2019
1 parent 415525e commit ec18135
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions behat.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ default:
user registration: '/user/register'
extensions:
Drupal\MinkExtension:
goutte: ~
selenium2: ~
goutte:
guzzle_parameters:
verify: false
ajax_timeout: 10
browser_name: 'chrome'
javascript_session: 'selenium2'
Expand Down
2 changes: 1 addition & 1 deletion tests/features/ecas-register.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @javascript @ecas-login
@api @ecas-login
Feature: Register through OE Authentication
In order to be able to have new users
As an anonymous user of the system
Expand Down

0 comments on commit ec18135

Please sign in to comment.