Skip to content

Commit

Permalink
Merge pull request #5411 from nextcloud/dependabot/composer/phpunit/p…
Browse files Browse the repository at this point in the history
…hpunit-9.6.17
  • Loading branch information
dependabot[bot] authored Feb 24, 2024
2 parents 3e44c3a + 683e88e commit dd4d0e4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cypress/e2e/attachments.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ describe('Test all attachment insertion methods', () => {
cy.intercept({ method: 'POST', url: '**/filepath' }).as(requestAlias)

cy.log('Go back from home to sub folder')
cy.get('.file-picker nav [aria-label="Home"]').click()
cy.get('.file-picker nav [title="Home"]').click()
cy.get('.file-picker [data-filename="sub"]').click()

cy.log('Go to sub folder (b)')
Expand All @@ -217,7 +217,7 @@ describe('Test all attachment insertion methods', () => {
cy.intercept({ method: 'POST', url: '**/filepath' }).as(requestAlias)

cy.log('Go back to home')
cy.get('.file-picker nav [aria-label="Home"]').click()
cy.get('.file-picker nav [title="Home"]').click()

cy.log('Select the file in the filepicker')
cy.get('.file-picker [data-filename="github.png"]').click()
Expand Down

0 comments on commit dd4d0e4

Please sign in to comment.