Switched configs around a little

This commit is contained in:
snipe 2016-04-13 02:41:55 -07:00
parent 35cbf238a7
commit 0b71789274
3 changed files with 14 additions and 14 deletions

View file

@ -10,9 +10,9 @@
class_name: AcceptanceTester
modules:
enabled:
- WebDriver
- \Helper\Acceptance
config:
WebDriver:
url: 'http://localhost:8000'
- WebDriver:
url: 'https://localhost:8000'
browser: 'phantomjs'
- \Helper\Acceptance
- Laravel5:
part: ORM

View file

@ -10,9 +10,9 @@
class_name: AcceptanceTester
modules:
enabled:
- WebDriver
- \Helper\Acceptance
config:
WebDriver:
url: 'http://localhost:8000'
- WebDriver:
url: 'https://localhost:8000'
browser: 'phantomjs'
- \Helper\Acceptance
- Laravel5:
part: ORM

View file

@ -10,9 +10,9 @@
class_name: AcceptanceTester
modules:
enabled:
- WebDriver
- \Helper\Acceptance
config:
WebDriver:
- WebDriver:
url: 'https://snipe-it.dev:1337'
browser: 'firefox'
- \Helper\Acceptance
- Laravel5:
part: ORM