Skip to content

Commit f9f7c11

Browse files
committed
ci(config): bump timeout on CI
cleanup TODOs (doc_spec)
1 parent 599610d commit f9f7c11

2 files changed

Lines changed: 1 addition & 17 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
command: |
6767
pwd
6868
sleep 15
69-
npx cypress run --config defaultCommandTimeout=55000
69+
npx cypress run --config defaultCommandTimeout=58000
7070
no_output_timeout: 2m
7171
workflows:
7272
browser_build:

cypress/integration/04_document_spec.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,9 @@ context('Document Operations', () => {
4343
// - two file create routes one with follow-up dialog (xquery lib) one without (txt, xml)
4444
})
4545

46-
// TODO(DP): make this work on all OS by either adjusting the key sequence ctrl+s cmd+s …
47-
// or by using the file menu UI instead
4846
// see https://github.com/cypress-io/cypress/pull/15388/files#
4947
// see #414
5048

51-
// it('sets focus on search files filters if user presses Cmd + F', () => {
52-
// if (Cypress.platform === 'darwin') {
53-
// cy.get('.filter').type('{cmd}F')
54-
// cy.get('.filter').should('have.focus')
55-
// }
56-
// })
57-
58-
// it('sets focus on search files filter if user presses Ctrl + F', () => {
59-
// if (Cypress.platform !== 'darwin') {
60-
// cy.get('.filter').type('{ctrl}F')
61-
// cy.get('.filter').should('have.focus')
62-
// }
63-
// })
6449
it('should let users edit new document', () => {
6550
cy.get('[node-id$=untitled-1]')
6651
.dblclick()
@@ -131,7 +116,6 @@ context('Document Operations', () => {
131116
})
132117
})
133118

134-
135119
it('should let users delete documents', () => {
136120
cy.get('[node-id$=test\\.xml]')
137121
.rightclick()

0 commit comments

Comments
 (0)