Issue #3454092: Convert WebAssertTest to a Unit test
1 unresolved thread
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -2,35 +2,70 @@
@@ -38,9 +73,8 @@ class WebAssertTest extends BrowserTestBase {
@@ -52,7 +86,7 @@ public function testResponseHeaderExists(): void {
@@ -64,10 +98,7 @@ public function testResponseHeaderDoesNotExist(): void {
@@ -79,10 +110,7 @@ public function testPageTextMatchesCount(): void {
@@ -94,7 +122,7 @@ public function testPageTextContainsOnce(): void {
@@ -106,16 +134,23 @@ public function testElementTextEquals(): void {
@@ -131,7 +166,8 @@ public function testAddressEquals(): void {
@@ -143,8 +179,9 @@ public function testAddressNotEqualsException(): void {
@@ -153,8 +190,9 @@ public function testPipeCharInLocator(): void {
@@ -163,7 +201,7 @@ public function testLinkExistsExact(): void {
@@ -175,8 +213,9 @@ public function testInvalidLinkExistsExact(): void {
@@ -185,10 +224,11 @@ public function testLinkNotExistsExact(): void {
@@ -197,11 +237,12 @@ public function testInvalidLinkNotExistsExact(): void {
@@ -210,9 +251,10 @@ public function testLinkByHrefExists(): void {
@@ -221,8 +263,9 @@ public function testInvalidLinkByHrefExists(): void {
@@ -231,9 +274,10 @@ public function testLinkByHrefNotExists(): void {
@@ -242,7 +286,7 @@ public function testInvalidLinkByHrefNotExistsPartial(): void {
@@ -253,8 +297,9 @@ public function testInvalidLinkByHrefNotExistsFull(): void {
@@ -263,7 +308,7 @@ public function testLinkByHrefExistsExact(): void {
@@ -274,8 +319,9 @@ public function testInvalidLinkByHrefExistsExact(): void {
@@ -284,7 +330,7 @@ public function testLinkByHrefNotExistsExact(): void {
@@ -296,11 +342,12 @@ public function testInvalidLinkByHrefNotExistsExact(): void {
@@ -310,7 +357,11 @@ public function testTextAsserts(): void {
@@ -339,6 +390,7 @@ public function testFieldAssertsForButton(): void {
@@ -347,11 +399,17 @@ public function testFieldAssertsForButton(): void {
@@ -366,21 +424,40 @@ public function testPageContainsNoDuplicateId(): void {