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

#121: Fix issue with compare modal not opening in GUI. #207

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

archfz
Copy link

@archfz archfz commented Feb 22, 2022

cy.readFile is a function to register a command on the cypress command loop. This command loop does not run while tests are not running. Thus the promise generate by cy.readFile will never resolve when called outside of an executing test. The solution is to bypass the command loop and call directly the underlying api.

Fixes also #121 hopefully.

@archfz archfz changed the title #131: Fix issue with compare modal not opening in GUI. #121: Fix issue with compare modal not opening in GUI. Feb 22, 2022
@archfz
Copy link
Author

archfz commented May 25, 2022

Might be related archfz/cypress-terminal-report#145

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant