Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 834 Bytes

File metadata and controls

18 lines (10 loc) · 834 Bytes

Stubbing Navigator

This is an example showing how to stub navigator.cookieEnabled.

The application

The application index.html displays a different message depending on whether the user has cookies enabled via the navigator.cookieEnabled value.

The tests

Window open stub

More info