Fixture.disablePageCaching Method

Disables page caching. Use it if the browser storage is reset after the test navigates to a cached page. See Troubleshooting: Test Actions Fail After Authentication for more information.

fixture.disablePageCaching → this

Example

fixture
    .disablePageCaching `My fixture`
    .page `https://example.com`;

You can also disable page caching during a particular test with the test.disablePageCaching method.