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
None of the methods on BaseXenonTest are virtual, so if your screen is e.g. a modal-acting iframe and you need to do all your actions and assertions in that iframe then the API doesn't allow it, you need to do lots of manual switching on the outside. If the screen could just declare the context to run stuff in then this would be less obtrusive.
The text was updated successfully, but these errors were encountered:
On Wednesday, 5 February 2020, Jack Herring ***@***.***> wrote:
None of the methods on BaseXenonTest are virtual, so if your screen is
e.g. a modal-acting iframe and you need to do all your actions and
assertions in that iframe then the API doesn't allow it, you need to do
lots of manual switching on the outside. If the screen could just declare
the context to run stuff in then this would be less obtrusive.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#88?email_source=notifications&email_token=ACZWITQXFMOO7LJKM6565UDRBKGI3A5CNFSM4KQIJJUKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ILFAM7Q>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACZWITX26WWNLFHOPHGC7ATRBKGI3ANCNFSM4KQIJJUA>
.
None of the methods on
BaseXenonTest
are virtual, so if your screen is e.g. a modal-acting iframe and you need to do all your actions and assertions in that iframe then the API doesn't allow it, you need to do lots of manual switching on the outside. If the screen could just declare the context to run stuff in then this would be less obtrusive.The text was updated successfully, but these errors were encountered: