Skip to content

Commit 4dd18d3

Browse files
committed
fixed tests
1 parent 0ba6e22 commit 4dd18d3

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# WebDriver module for Codeception
22

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)
56

67
## Installation
78

tests/support/Step/RootWatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
namespace Step;
33

4-
class RootWatcher extends \AcceptanceTester
4+
class RootWatcher extends \WebGuy
55
{
66
public function seeInRootPage($message)
77
{

tests/unit/Codeception/Module/TestsForWeb.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,6 +1270,7 @@ public function testSubmitFormWithTwoSubmitButtonsSubmitsCorrectValueAfterFillFi
12701270

12711271
/*
12721272
* @env chrome
1273+
*
12731274
* https://github.com/Codeception/Codeception/issues/1274
12741275
*/
12751276
public function testSubmitFormWithDocRelativePathForAction()

0 commit comments

Comments
 (0)