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

Site works wrong during test execution #3938

Closed
miherlosev opened this issue Jun 26, 2019 · 2 comments
Closed

Site works wrong during test execution #3938

miherlosev opened this issue Jun 26, 2019 · 2 comments
Labels
STATE: Auto-locked An issue has been automatically locked by the Lock bot. TYPE: bug The described behavior is considered as wrong (bug).

Comments

@miherlosev
Copy link
Collaborator

miherlosev commented Jun 26, 2019

https://stackoverflow.com/questions/56637067/testcafe-cli-doesnt-logout-successfully-on-website-using-auth0?sem=2

Logout is not occurred during test execution.
See code and credentials in this private issue.

@miherlosev miherlosev added STATE: Need research TYPE: bug The described behavior is considered as wrong (bug). labels Jun 26, 2019
@AndreyBelym
Copy link
Contributor

Looks like a duplicate of #3780. The test works if I disable the network cache in DevTools or add an additional test that disables the network cache via DevTools protocol:

test
    .page('about:blank')
    ('Disable cache', t => t.testRun.browserConnection.provider.plugin.openedBrowsers[t.testRun.browserConnection.id].client.Network.setCacheDisabled({ cacheDisabled: true }))

@lock
Copy link

lock bot commented Jul 11, 2019

This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow.

@lock lock bot added the STATE: Auto-locked An issue has been automatically locked by the Lock bot. label Jul 11, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jul 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
STATE: Auto-locked An issue has been automatically locked by the Lock bot. TYPE: bug The described behavior is considered as wrong (bug).
Projects
None yet
Development

No branches or pull requests

2 participants