Skip to content

← All questions

OAuth popup during a recording: everything I did in the popup is missing from the spec

Asked 5,730 views2 answers

Recording a login that goes through our identity provider. The provider opens in a popup, you finish there, the popup closes and the app is signed in.

bash
sdods record -p demo-shop -e staging --name sso-login

The recorded spec has the click that opens the popup, then nothing at all until after it closed. Everything I typed inside the popup is missing. Converting it gives me a feature that is one click followed by an assertion that cannot pass.

Is there a tag or a flag for multi-window flows that I have not found?

asked by Ingrid Solberg241 ·

2 answers

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related