You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current message prompt in TH doesn't have any buttons. That's expected for simulated test cases, so it needs to exist. But now we have a new scenario where we need a message prompt that needs the user to confirm they did some action, so we need an OK button in the prompt.
Suggestion: add an ok_button boolean parameter to the message_request prompt type.
The text was updated successfully, but these errors were encountered:
The current message prompt in TH doesn't have any buttons. That's expected for simulated test cases, so it needs to exist. But now we have a new scenario where we need a message prompt that needs the user to confirm they did some action, so we need an OK button in the prompt.
Suggestion: add an
ok_button
boolean parameter to themessage_request
prompt type.The text was updated successfully, but these errors were encountered: