Skip to content

Commit

Permalink
test: update block test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Hufe921 committed Apr 17, 2024
1 parent 6696992 commit 6d358d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/menus/block.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('菜单-内容块', () => {

cy.get('.dialog-option__item [name="height"]').type('300')

cy.get('.dialog-option__item [name="value"]').type(url)
cy.get('.dialog-option__item [name="src"]').type(url)

cy.get('.dialog-menu button')
.eq(1)
Expand Down

0 comments on commit 6d358d1

Please sign in to comment.