Codeception / lib-innerbrowser

InnerBrowser
MIT License
79 stars 19 forks source link

Add `seeSourceEquals()` #14

Open ThomasLandauer opened 3 years ago

ThomasLandauer commented 3 years ago

When asserting "small" pages, it sometimes can be handy to assert that the page source is equal to an expected string. REST module has a nice method for that: seeResponseEquals(). I'm suggesting:

I suggested this for WebDriver as well: https://github.com/Codeception/module-webdriver/issues/20