Actions
Bug #21763
closedFlaky project cypress test
Story points:
-
Description
The search test has a flaky failure that occurs ~1% of the time (happened once in 100 consecutive runs)
Running: project.cy.js (11 of 17) Project tests ✓ creates a new project with multiple properties (12986ms) 1) creates a project without and with description ✓ creates a project from the context menu in the correct subfolder (9194ms) ✓ shows the appropriate buttons in the multiselect toolbar (7784ms) ✓ creates new project on home project and then a subproject inside it (7298ms) ✓ attempts to use a preexisting name creating a project (5014ms) ✓ navigates to the parent project after trashing the one being displayed (4058ms) ✓ resets the search box only when navigating out of the current project (4339ms) ✓ navigates to the root project after trashing the parent of the one being displayed (4378ms) ✓ shows details panel when clicking on the info icon (2624ms) ✓ clears search input when changing project (3543ms) ✓ opens advanced popup for project with username (3087ms) ✓ copies project URL to clipboard (7347ms) ✓ sorts displayed items correctly (7307ms) Frozen projects ✓ should be able to freeze own project (3073ms) ✓ should not be able to modify items within the frozen project (4113ms) ✓ should be able to freeze not owned project (2595ms) ✓ should be able to unfreeze project if user is an admin (4539ms) 17 passing (2m) 1 failing 1) Project tests creates a project without and with description: AssertionError: expected '<p>Test description</p>' to equal null at Context.eval (webpack://arvados-workbench-2/./cypress/e2e/project.cy.js:156:60)
Actions