Project

General

Profile

Actions

Task #104714

closed

Test 'FileClipboardCest.php:seeAddRemoveMultipleRecords' fails sporadically again

Added by Ayke Halder 3 months ago. Updated about 1 month ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2024-08-23
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

New reason for failing: the button isn't there.

1) FileClipboardCest: See add remove multiple records
 Test  Acceptance/Application/FileList/FileClipboardCest.php:seeAddRemoveMultipleRecords
 [Facebook\WebDriver\Exception\NoSuchElementException] no such element:
 Unable to locate element: {"method":"css selector","selector":"button[data-multi-record-selection-check-action="check-all"]:not(.disabled)"}
  (Session info: chrome-headless-shell=124.0.6367.118)  

This is somehow manually reproducable now.
We have to wait until the content-iframe is fully loaded again. Then we can click on 't3js-multi-record-selection-check-actions-toggle'.

        $I->amGoingTo('add multiple elements to clipboard');
        $I->wait(1);
        $I->click('Clipboard #1 (multi-selection mode)'); // <-- This reloads the whole iframe
        // Wait for iframe loaded and check before going on.
        $I->click('.t3js-multi-record-selection-check-actions-toggle');
        $I->waitForElementVisible('button[data-multi-record-selection-check-action="check-all"]:not(.disabled)');

Files


Related issues 4 (1 open3 closed)

Related to TYPO3 Core - Task #104585: Stabilize FileClipboardCest ac testClosed2024-08-10

Actions
Related to TYPO3 Core - Task #104702: Test 'FileClipboardCest.php:seeAddRemoveMultipleRecords' fails sporadicallyClosed2024-08-22

Actions
Related to TYPO3 Core - Task #104964: Column-selector-button and clipboard-panel reload the whole TYPO3-backend instead of just updating the content-frameUnder Review2024-09-13

Actions
Related to TYPO3 Core - Task #105238: Test 'ElementsGroupCest.php:searchForARecordWithRecordBrowserGroup' fails sporadicallyClosed2024-10-08

Actions
Actions

Also available in: Atom PDF