You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/rules/unsafe-to-chain-command.js
+37-18Lines changed: 37 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ const DESCRIPTION = 'Actions should be in the end of chains, not in the middle'
9
9
* Commands listed in the documentation with text: 'It is unsafe to chain further commands that rely on the subject after xxx.'
10
10
* See {@link https://docs.cypress.io/guides/core-concepts/retry-ability#Actions-should-be-at-the-end-of-chains-not-the-middle Actions should be at the end of chains, not the middle}
0 commit comments