Project

General

Profile

Bug #95165

Updated by Jochen Roth over 2 years ago

Sometimes In some tests `editPageTitle` test still fails with 

 <pre><code class="shell"> 
  I switch to content frame  
    I wait for element not visible "#nprogress",120 
    I switch to i frame "list_frame" 
    I wait for element not visible "#nprogress",120 
  I can see "styleguide TCA demo","h1" 
   Screenshot and page source were saved into '/builds/typo3/CI/cms/typo3/sysext/core/Tests/../../../../typo3temp/var/tests/AcceptanceReports/' dir 
  ERROR  
 ... 


 1) PageModuleCest: Edit page title 
  Test    Acceptance/Application/Page/PageModuleCest.php:editPageTitle 
                                                                                                                                                                             
   [Facebook\WebDriver\Exception\StaleElementReferenceException] stale element reference: element is not attached to the page document 
   (Session info: chrome=91.0.4472.114)   
 </code> 
 </pre> 

 More details: 
 https://gitlab.typo3.org/typo3/CI/cms/-/jobs/494603

Back