File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# WebDriver module for Codeception
2
2
3
- [ ![ Chrome Tests] ( https://github.com/Codeception/module-webdriver/actions/workflows/php.yml/badge.svg )] ( https://github.com/Codeception/module-webdriver/actions/workflows/webdriver-chrome.yml ) [ ![ Chrome Headless Tests] ( https://github.com/Codeception/module-webdriver/actions/workflows/php.yml/badge.svg )] ( https://github.com/Codeception/module-webdriver/actions/workflows/webdriver-chrome.yml ) [ ![ Firefox Tests] ( https://github.com/Codeception/module-webdriver/actions/workflows/php.yml/badge.svg )] ( https://github.com/Codeception/module-webdriver/actions/workflows/webdriver-firefox.yml )
4
-
3
+ [ ![ Chrome Tests] ( https://github.com/Codeception/module-webdriver/actions/workflows/webdriver-chrome.yml/badge.svg )] ( https://github.com/Codeception/module-webdriver/actions/workflows/webdriver-chrome.yml )
4
+ [ ![ Chrome Headless Tests] ( https://github.com/Codeception/module-webdriver/actions/workflows/webdriver-chrome-headless.yml/badge.svg )] ( https://github.com/Codeception/module-webdriver/actions/workflows/webdriver-chrome-headless.yml )
5
+ [ ![ Firefox Tests] ( https://github.com/Codeception/module-webdriver/actions/workflows/webdriver-firefox.yml/badge.svg )] ( https://github.com/Codeception/module-webdriver/actions/workflows/webdriver-firefox.yml )
5
6
6
7
## Installation
7
8
Original file line number Diff line number Diff line change 1
1
<?php
2
2
namespace Step ;
3
3
4
- class RootWatcher extends \AcceptanceTester
4
+ class RootWatcher extends \WebGuy
5
5
{
6
6
public function seeInRootPage ($ message )
7
7
{
Original file line number Diff line number Diff line change @@ -1270,6 +1270,7 @@ public function testSubmitFormWithTwoSubmitButtonsSubmitsCorrectValueAfterFillFi
1270
1270
1271
1271
/*
1272
1272
* @env chrome
1273
+ *
1273
1274
* https://github.com/Codeception/Codeception/issues/1274
1274
1275
*/
1275
1276
public function testSubmitFormWithDocRelativePathForAction ()
You can’t perform that action at this time.
0 commit comments