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

Cant Test After Page Is Reloaded #8

Closed
ebebbington opened this issue Sep 28, 2020 · 0 comments · Fixed by #19
Closed

Cant Test After Page Is Reloaded #8

ebebbington opened this issue Sep 28, 2020 · 0 comments · Fixed by #19
Labels
Bug Something isn't working as expected

Comments

@ebebbington
Copy link
Member

ebebbington commented Sep 28, 2020

Describe the bug
We can't for example, check the URL changes after clicking a link, because all data in the console is lost.

I believe we could do this once #7 is addressed

Essentially what. we want to be able to do is: https://stackoverflow.com/questions/51144555/how-to-keep-the-function-in-chrome-console-and-run-it-after-reloading-the-page

To Reproduce

await dawn.click(...)
await dawn.assertUrlIs(...)
@ebebbington ebebbington added the Bug Something isn't working as expected label Sep 28, 2020
@ebebbington ebebbington linked a pull request Oct 19, 2020 that will close this issue
5 tasks
@crookse crookse changed the title Cant Test After Page Is Reloaded fix: Cant Test After Page Is Reloaded Oct 31, 2020
@crookse crookse changed the title fix: Cant Test After Page Is Reloaded Cant Test After Page Is Reloaded Oct 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working as expected
Development

Successfully merging a pull request may close this issue.

1 participant