- 🇬🇧United Kingdom nlisgo
Once 📌 Move BrowserTestBaseTest tests checking WebAssert methods to WebAssertTest Fixed is in we will have coverage for the following methods in WebAssertTest:
- addressEquals
- addressNotEquals
- assertEscaped
- assertNoEscaped
- buttonExists
- buttonNotExists
- elementTextEquals
- linkExists
- linkExistsExact
- linkNotExistsExact
- pageContainsNoDuplicateId
- pageTextContainsOnce
- pageTextMatchesCount
- responseContains
- responseHeaderDoesNotExist
- responseHeaderExists
- responseNotContains
We are still lacking tests for the following:
- assert
- buildXPathQuery
- fieldDisabled
- fieldEnabled
- hiddenFieldExists
- hiddenFieldNotExists
- hiddenFieldValueEquals
- hiddenFieldValueNotEquals
- linkByHrefExists
- linkByHrefNotExists
- linkNotExists
- optionExists
- optionNotExists
- responseNotContains
- selectExists
- statusMessageContains
- statusMessageExists
- statusMessageNotContains
- statusMessageNotExists
- titleEquals
We should create an issue for these but I suggest that it will be easier to get them in if we break them down into a few MR's.