Project

General

Profile

Actions

Bug #18787

closed

Collection's file browser re-rendering issues

Added by Lucas Di Pentima about 2 years ago. Updated over 1 year ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Story points:
-
Release relationship:
Auto

Description

As part of a general check of the app's UI refreshing issues in #18769 we tried removing the use of {force: true} on cypress tests' click() actions (see branch 18769-cypress-click-force-removal - arvados-workbench2|58820ac) and several tests started to fail with the following errors:

  • CypressError: Timed out retrying after 4050ms: `cy.click()` failed because this element is detached from the DOM.
  • CypressError: Timed out retrying after 4050ms: `cy.rightclick()` failed because this element is detached from the DOM.

This is probably a sign that there's some unnecessary re-rendering happening on the file browser, making the Cypress tests select an element that's immediately replaced by another similar one.


Subtasks 1 (0 open1 closed)

Arvados - Task #18819: Review 18787-file-browser-rerendering-fixResolvedStephen Smith05/31/2022Actions

Related issues

Related to Arvados - Bug #18769: Test & confirm no stale data or flickering during data table refreshesResolvedLucas Di Pentima02/17/2022Actions
Actions

Also available in: Atom PDF