Skip to content
Snippets Groups Projects
Commit cec1378d authored by Arie Peterson's avatar Arie Peterson
Browse files

Attempt to ignore recommendation in test

parent ceeba27a
No related branches found
No related tags found
1 merge request!580Resolve "Test tries to click recommendation"
Pipeline #46340 passed with stages
in 11 minutes and 28 seconds
......@@ -4,7 +4,7 @@ description: |
A helm chart for installing NextCloud and setting up ONLYOFFICE integration
name: nextcloud-onlyoffice
appVersion: NC-28.0.4-OO-7.2.2.56
version: 0.15.22
version: 0.15.23-recommendation
icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
dependencies:
# https://artifacthub.io/packages/helm/nextcloud/nextcloud
......
......@@ -63,7 +63,7 @@ describe('Test nextcloud', () => {
// With older Nextcloud, creating the new document this way would also open
// it automatically. It seems with newer nextcloud/onlyoffice that is no
// longer the case.
cy.contains('a', file_rand).should('exist').click()
cy.contains('a:not(.recommendation)', file_rand).should('exist').click()
// Test Onlyoffice
cy.frameLoaded('#onlyofficeFrame')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment