Translate Cypress support comments and add command JSDoc
Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
@@ -27,4 +27,4 @@ Cypress.on('uncaught:exception', (err, runnable) => {
|
||||
|
||||
// Alternatively you can use CommonJS syntax:
|
||||
// require('./commands')
|
||||
require('cypress-xpath') // 順利執行.trigger('mouseup')
|
||||
require('cypress-xpath') // Enables xpath helpers used in pointer event checks.
|
||||
|
||||
Reference in New Issue
Block a user