This Interactor can be used to assert on global properties of the
page. When using the BigTest test runner, it can also be used for
interacting with the page itself, for example through nagivation.
Example
awaitPage.has({ title:'Welcome to my app!' });
Navigation, for BigTest test runner only:
awaitPage.visit('/archive');
Filters
title: string – the title of the document
url: string – the URL of the document
Actions
visit(path: string): Interaction – visit the given path in the test frame, BigTest runner only.
This Interactor can be used to assert on global properties of the page. When using the BigTest test runner, it can also be used for interacting with the page itself, for example through nagivation.
Example
Navigation, for BigTest test runner only:
Filters
title
: string – the title of the documenturl
: string – the URL of the documentActions
visit(path: string)
: Interaction – visit the given path in the test frame, BigTest runner only.