Skip to content

4.11.2 - Add methods for URL asserts

Compare
Choose a tag to compare
@mdmintz mdmintz released this 04 Jan 22:06
· 1236 commits to master since this release
6f90491

Add methods for URL asserts

  • Add methods for URL asserts
    --> 3321e52
    --> This resolves #1654
  • Update translations
    --> 98f49c1
  • Update behave/BDD steps
    --> a61db3a
  • Update Recorder Mode
    --> e6b9d82

self.assert_url(url)  # Assert that the current URL is same as the one provided.

self.assert_url_contains(substring)  # Assert that the current URL contains the substring.