Skip to content

Commit ee0e21d

Browse files
committed
fixup! fixup! test(cypress-talk): Add e2e test talk shares opening viewer and for secure view in talk shares
1 parent 19b8986 commit ee0e21d

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/cypress-e2e.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,13 @@ jobs:
118118
run: |
119119
composer install
120120
121+
- name: Build talk
122+
working-directory: apps/spreed
123+
run: |
124+
composer install --no-dev
125+
npm ci
126+
npm run dev
127+
121128
- name: Set up Nextcloud
122129
env:
123130
DB_PORT: 4444

cypress/e2e/talk.spec.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ describe('Talk integraiton integration', function() {
6464
.invoke('attr', 'href')
6565
.then((href) => {
6666
cy.visit(href)
67-
// This reveals a bug where we should not have to set the name as it was set in Talk
68-
cy.get('[data-cy="guestNameInput"]')
69-
.should('be.visible')
70-
.type('Test user{enter}')
7167

7268
cy.waitForViewer()
7369
cy.waitForCollabora()

0 commit comments

Comments
 (0)