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

Cypress: Fix warn 'response is possibly undefined' #26316

Merged
merged 1 commit into from
May 30, 2024

Conversation

qmonmert
Copy link
Contributor

Fix warn
image

Already done here

cy.wait('@settingsSave').then(({ response }) => expect(response?.statusCode).to.equal(200));


Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

@qmonmert qmonmert marked this pull request as ready for review May 30, 2024 21:42
@qmonmert qmonmert requested review from mshima and DanielFran May 30, 2024 21:42
@mshima mshima merged commit ca0bdea into jhipster:main May 30, 2024
52 checks passed
@mraible mraible added this to the 8.5.0 milestone May 31, 2024
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