Skip to content

Commit

Permalink
Make it possible to test @_file_upload in behat
Browse files Browse the repository at this point in the history
Thanks to Alain Corbière for this suggestion.

Fixes #13
  • Loading branch information
danpoltawski committed Jul 13, 2017
1 parent df4cdc1 commit aa8dcb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ services:
POSTGRES_DB: moodle
selenium:
image: selenium/standalone-firefox:2.53.1
volumes:
- "${MOODLE_DOCKER_WWWROOT}:/var/www/html:ro"
1 change: 0 additions & 1 deletion config.docker-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
'default' => array(
'browser' => getenv('MOODLE_DOCKER_BROWSER'),
'wd_host' => 'http://selenium:4444/wd/hub',
'tags' => '~@_file_upload',
),
);

Expand Down

0 comments on commit aa8dcb6

Please sign in to comment.