diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-04-20 09:52:08 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-04-20 09:52:08 +0900 |
| commit | 67d218fe2bd53ff3d70f15045ebb1110d0b8923e (patch) | |
| tree | 99e88152f65a977e850af425b2e674f0d10f792d /cypress/e2e | |
| parent | fix(server): 1:1ではない画像のリアクション通知バッジが左... (diff) | |
| download | sharkey-67d218fe2bd53ff3d70f15045ebb1110d0b8923e.tar.gz sharkey-67d218fe2bd53ff3d70f15045ebb1110d0b8923e.tar.bz2 sharkey-67d218fe2bd53ff3d70f15045ebb1110d0b8923e.zip | |
tweak MkSignupDialog.rules.vue
Diffstat (limited to 'cypress/e2e')
| -rw-r--r-- | cypress/e2e/basic.cy.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cypress/e2e/basic.cy.js b/cypress/e2e/basic.cy.js index b0c3d4c19a..e271894ec1 100644 --- a/cypress/e2e/basic.cy.js +++ b/cypress/e2e/basic.cy.js @@ -53,7 +53,6 @@ describe('After setup instance', () => { cy.get('[data-cy-signup]').click(); cy.get('[data-cy-signup-rules-continue]').should('be.disabled'); - cy.get('[data-cy-signup-rules-notes] [data-cy-folder-header]').click(); cy.get('[data-cy-signup-rules-notes-agree] [data-cy-switch-toggle]').click(); cy.get('[data-cy-signup-rules-continue]').should('not.be.disabled'); cy.get('[data-cy-signup-rules-continue]').click(); @@ -78,7 +77,6 @@ describe('After setup instance', () => { // ユーザー名が重複している場合の挙動確認 cy.get('[data-cy-signup]').click(); cy.get('[data-cy-signup-rules-continue]').should('be.disabled'); - cy.get('[data-cy-signup-rules-notes] [data-cy-folder-header]').click(); cy.get('[data-cy-signup-rules-notes-agree] [data-cy-switch-toggle]').click(); cy.get('[data-cy-signup-rules-continue]').should('not.be.disabled'); cy.get('[data-cy-signup-rules-continue]').click(); |