Skip to content

Commit

Permalink
test(cy): remove unnecessary visit
Browse files Browse the repository at this point in the history
Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud committed Oct 21, 2023
1 parent a8cc068 commit bed3672
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ Cypress.Commands.add('seedPageContent', (pagePath, content) => {
*/
Cypress.Commands.add('seedCircle', (name, config = null) => {
cy.log(`Seeding circle ${name}`)
cy.visit('/apps/collectives')
cy.window()
.its('app')
.then(async app => {
Expand Down

0 comments on commit bed3672

Please sign in to comment.