Skip to content
Snippets Groups Projects
Commit a7499555 authored by Jure's avatar Jure
Browse files

test: use a more reliable method to get Control panel link

parent fa2a3b55
No related branches found
No related tags found
No related merge requests found
......@@ -50,16 +50,3 @@ test:
- cd ${HOME}
# specify host here else it confuses the linked postgres image
- PGHOST=postgres yarn test:all
# demo:xpub-collabra:
# image: pubsweet/deployer:latest
# stage: demo
# variables:
# PACKAGE_NAME: xpub-collabra
# environment:
# name: $PACKAGE_NAME/demo
# url: "https://${CI_ENVIRONMENT_SLUG}.${BASE_DOMAIN}"
# when: manual
# script:
# - source deploy.sh
# - create_deployment
......@@ -129,7 +129,7 @@ describe('URL submission test', () => {
cy.get('nav')
.contains('Manuscripts')
.click()
cy.get('a')
cy.get('tr[class*="Table__Row"]')
.contains('Control')
.click()
cy.contains('My URL submission')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment