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

chore: add specific cypress version to fix 12.15.0 bug #1028

Merged
merged 1 commit into from
Jun 23, 2023
Merged

Conversation

rtpascual
Copy link
Contributor

@rtpascual rtpascual commented Jun 23, 2023

Problem

Seems like a regression was introduced in Cypress v12.15.0, functional-tests are failing with the following error message for all specs:

CypressError: `cy.task()` must only be invoked from the spec file or support file.

Solution

Set Cypress version to v12.14.0.

Additional Notes

Once Cypress addresses the issue this can be removed to ensure we are using the latest Cypress for integration tests.

Links

Ticket

GitHub issue _____

Other links

Verification

Manual tests

Automated tests

  • Unit tests added/updated
  • E2E tests added/updated
  • N/A - (small script change)
  • deferred - (provide GitHub issue for tracking)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@rtpascual rtpascual marked this pull request as ready for review June 23, 2023 18:24
@rtpascual rtpascual requested a review from a team as a code owner June 23, 2023 18:24
@rtpascual rtpascual merged commit 6b5c4ff into main Jun 23, 2023
@rtpascual rtpascual deleted the cypress-fix branch June 23, 2023 20:28
@rtpascual rtpascual mentioned this pull request Jun 23, 2023
4 tasks
rtpascual added a commit that referenced this pull request Jun 23, 2023
* fix: parse operand value when field is number type (#1013)

Co-authored-by: Justin Shih <[email protected]>

* chore(release): v2.14.0 (#1014)

Co-authored-by: Justin Shih <[email protected]>

* fix: fix storage field prop import to storagemanager (#1016)

Co-authored-by: Justin Shih <[email protected]>

* chore(release): v2.14.1 (#1017)

Co-authored-by: Justin Shih <[email protected]>

* fix: add getOverrideProps to StorageManager (#1020)

* fix: add getOverrideProps to StorageManager

* fix: add overrideProps to Field component

* Revert "fix: add overrideProps to Field component"

This reverts commit 6393718.

* chore(release): v2.14.2 (#1022)

* fix: return theme declaration file from render func (#1023)

Co-authored-by: Doesnt Matter <[email protected]>

* fix: alias colliding imported model name in hasMany relationship (#1019)

Co-authored-by: Justin Shih <[email protected]>

* chore: update cli check

* chore: add specific cypress version to fix 12.15.0 bug (#1028)

---------

Co-authored-by: Justin Shih <[email protected]>
Co-authored-by: Justin Shih <[email protected]>
Co-authored-by: Charles Shin <[email protected]>
Co-authored-by: David Lopez <[email protected]>
Co-authored-by: Doesnt Matter <[email protected]>
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.

3 participants