Skip to content
Snippets Groups Projects
Verified Commit f2200357 authored by jfriedli's avatar jfriedli
Browse files

fixed all e2e after refactoring

parent c43988aa
Branches
Tags
2 merge requests!332Prepare new release,!326Refactor buggy styles
Pipeline #42638 passed
...@@ -57,8 +57,6 @@ describe('Upload page tests', () => { ...@@ -57,8 +57,6 @@ describe('Upload page tests', () => {
.and('eq', 'rgb(76, 175, 80)') .and('eq', 'rgb(76, 175, 80)')
cy.get('[data-cy=success-badge]').should('have.css', 'background-color') cy.get('[data-cy=success-badge]').should('have.css', 'background-color')
.and('eq', 'rgb(76, 175, 80)') .and('eq', 'rgb(76, 175, 80)')
cy.get('[data-cy=download-card]').find('svg')
.should('be.visible')
}) })
it('rejects not supported file extensions', () => { it('rejects not supported file extensions', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment