You have a context for your app and have configured it to handle authentication.
We now need to check that it really does work as expected.
There are other ways to test the context manually, but this will make it easier to retest if you need to make any changes.
In the ‘Automation’ tab:
You should see the browser launched and successfully log in, at least once (maybe more times).
Select the ‘Output’ tab.
You should see one or more lines like:
Session token identified in History ID: 674
and a final line:
Authentication successful.
Select the ‘History’ tab and look at the messages.
The final message should have a Source of ‘Manual’.
Prior to that there should be a set of messages of Source ‘Auth’ - these were requested by the browser.
The last ‘Auth’ message should be to the ‘verification URL’ and should have succeeded:
You can select any of the messages in the History tab and then see all of their details in the ‘Request’ and ‘Response’ tabs.