17579: Fixed clear search input when changing project test
authorDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Wed, 8 Dec 2021 22:25:13 +0000 (23:25 +0100)
committerDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Wed, 8 Dec 2021 22:25:13 +0000 (23:25 +0100)
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

cypress/integration/project.spec.js

index 9b62943813840fe87855e7dddce273df58c98aa6..b3d6bbed83b657ab3990c0aeb435aa1a34b8e67a 100644 (file)
@@ -201,7 +201,7 @@ describe('Project tests', function() {
             group_class: 'project',
         }).as('testProject1');
 
-        cy.getAll('@testProject1', '@testProject2').then(function([testProject1, testProject2]) {
+        cy.getAll('@testProject1').then(function([testProject1]) {
             cy.loginAs(activeUser);
 
             cy.get('[data-cy=side-panel-tree]').contains(testProject1.name).click();