X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/d60348e41975a5e48f09773f4d0accec11e93da4..be7d8afed27347d0b55818e64fce3e036e5300d8:/cypress/integration/project.spec.js diff --git a/cypress/integration/project.spec.js b/cypress/integration/project.spec.js index b3d6bbed..3ffdcc2d 100644 --- a/cypress/integration/project.spec.js +++ b/cypress/integration/project.spec.js @@ -28,7 +28,7 @@ describe('Project tests', function() { cy.clearLocalStorage(); }); - it('adds creates a new project with properties', function() { + it('creates a new project with properties', function() { const projName = `Test project (${Math.floor(999999 * Math.random())})`; cy.loginAs(activeUser); cy.get('[data-cy=side-panel-button]').click();