Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove erroneous assertion from browser test #1455
The browser test case test_isLocationForCustomText_isSetUrlNotCustomTextUrlAfterSetText validates that after setting a browser URL this same URL is then returned by Browser#getURL(). However, the Browser API does not guarantee this behavior and the assertion is even unnecessary for the scenario to be tested, which is already covered by other assertions at the proper level of abstraction. This change removes the unnecessary assertion. Contributes to #1455
- Loading branch information