Skip to content

Commit f806278

Browse files
github-actions[bot]github-actions[bot]
authored andcommitted
updated
1 parent 39cd9a8 commit f806278

9 files changed

Lines changed: 17 additions & 0 deletions

File tree

changelog.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ title: Codeception Changelog
99

1010

1111

12+
### lib-web 1.0.2: 1.0.2
13+
14+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2023/04/18 20:33:22 / [Repository](https://github.com/Codeception/lib-web) / [Releases](https://github.com/Codeception/lib-web/releases)
15+
16+
17+
18+
* Mentioning `<html>` tag requirement by **[ThomasLandauer](https://github.com/ThomasLandauer)** in https://github.com/Codeception/lib-web/pull/4
19+
20+
1221
### module-doctrine2 3.0.3: 3.0.3
1322

1423
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2023/04/18 19:38:46 / [Repository](https://github.com/Codeception/module-doctrine2) / [Releases](https://github.com/Codeception/module-doctrine2/releases)

docs/modules/Laminas.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,6 +1027,7 @@ $I->seeCurrentUrlMatches('~^/users/(\d+)~');
10271027
Checks that the given element exists on the page and is visible.
10281028

10291029
You can also specify expected attributes of this element.
1030+
Only works if `<html>` tag is present.
10301031

10311032
{% highlight php %}
10321033

docs/modules/Laravel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1744,6 +1744,7 @@ $I->seeCurrentUrlMatches('~^/users/(\d+)~');
17441744
Checks that the given element exists on the page and is visible.
17451745

17461746
You can also specify expected attributes of this element.
1747+
Only works if `<html>` tag is present.
17471748

17481749
{% highlight php %}
17491750

docs/modules/Lumen.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,6 +1286,7 @@ $I->seeCurrentUrlMatches('~^/users/(\d+)~');
12861286
Checks that the given element exists on the page and is visible.
12871287

12881288
You can also specify expected attributes of this element.
1289+
Only works if `<html>` tag is present.
12891290

12901291
{% highlight php %}
12911292

docs/modules/Mezzio.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,7 @@ $I->seeCurrentUrlMatches('~^/users/(\d+)~');
939939
Checks that the given element exists on the page and is visible.
940940

941941
You can also specify expected attributes of this element.
942+
Only works if `<html>` tag is present.
942943

943944
{% highlight php %}
944945

docs/modules/PhpBrowser.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,6 +1043,7 @@ $I->seeCurrentUrlMatches('~^/users/(\d+)~');
10431043
Checks that the given element exists on the page and is visible.
10441044

10451045
You can also specify expected attributes of this element.
1046+
Only works if `<html>` tag is present.
10461047

10471048
{% highlight php %}
10481049

docs/modules/Symfony.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,6 +1641,7 @@ $I->seeCurrentUrlMatches('~^/users/(\d+)~');
16411641
Checks that the given element exists on the page and is visible.
16421642

16431643
You can also specify expected attributes of this element.
1644+
Only works if `<html>` tag is present.
16441645

16451646
{% highlight php %}
16461647

docs/modules/WebDriver.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,6 +1824,7 @@ $I->seeCurrentUrlMatches('~^/users/(\d+)~');
18241824
Checks that the given element exists on the page and is visible.
18251825

18261826
You can also specify expected attributes of this element.
1827+
Only works if `<html>` tag is present.
18271828

18281829
{% highlight php %}
18291830

docs/modules/Yii2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,6 +1317,7 @@ $I->seeCurrentUrlMatches('~^/users/(\d+)~');
13171317
Checks that the given element exists on the page and is visible.
13181318

13191319
You can also specify expected attributes of this element.
1320+
Only works if `<html>` tag is present.
13201321

13211322
{% highlight php %}
13221323

0 commit comments

Comments
 (0)