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 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
Original file line number Diff line number Diff line change 11<?php
22namespace Step ;
33
4- class RootWatcher extends \AcceptanceTester
4+ class RootWatcher extends \WebGuy
55{
66 public function seeInRootPage ($ message )
77 {
Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments