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
Our specs should include an integration test where:
test runner (parent) has two iframes (child 1, child 2) in the document
parent and children need to federate
parent should:
broadcast an identical message to both children that both children are configured to listen for via the filters
broadcast a message that only child 1 will receive
broadcast a message that only child 2 will receive
the children should reply to the above messages on a different channel/topic to which the parent is listening.
when the parent receives the replies, the tests pass
this should be using mocha/should/expect
I don't have a problem with this activity running the main test runner under a top level describe indicating it's an integration test, etc., but am also open to it running in a separate integration.html test runner...
The text was updated successfully, but these errors were encountered:
Our specs should include an integration test where:
I don't have a problem with this activity running the main test runner under a top level
describe
indicating it's an integration test, etc., but am also open to it running in a separate integration.html test runner...The text was updated successfully, but these errors were encountered: