We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e902fb9 commit 7f4ae52Copy full SHA for 7f4ae52
cypress/support/assertions/expect_alerts.js
@@ -168,4 +168,4 @@ Cypress.Commands.add('expect_inline_field_errors', ({ containsText }) => {
168
.contains('#name-error-msg', containsText)
169
.scrollIntoView()
170
.should('be.visible');
171
-});
+});
0 commit comments