Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have a standard way of mocking network responses in e2e tests #11116

Closed
notnownikki opened this issue Oct 26, 2018 · 1 comment
Closed

Have a standard way of mocking network responses in e2e tests #11116

notnownikki opened this issue Oct 26, 2018 · 1 comment
Assignees
Labels
[Type] Automated Testing Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests.

Comments

@notnownikki
Copy link
Member

Describe the bug

The demo and embedding tests have code in them to mock the network requests used to embed content. We need some util code in the e2e tests so that tests can do this easily and in a standard way.

@notnownikki notnownikki self-assigned this Oct 26, 2018
@notnownikki notnownikki added the [Type] Automated Testing Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests. label Oct 26, 2018
@notnownikki
Copy link
Member Author

setUpResponseMocking allows us to do this now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Automated Testing Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests.
Projects
None yet
Development

No branches or pull requests

1 participant