Problem/Motivation
The UI test fails with this error
Drupal\Tests\project_browser\FunctionalJavascript\ProjectBrowserUiTest::testGrid
Behat\Mink\Exception\ResponseTextException: The text "Loading..." was not found anywhere in the text of the current page.
Since the call to updateMostRecentChanges() is removed from the function getAllProjects(), the project grid loads way faster and the text Loading... doesn't appear on the page.
Steps to reproduce
Proposed resolution
Remove $assert_session->pageTextContains('Loading...'); from the test function.
Remaining tasks
- ✅ File an issue about this project
- ☐ Addition/Change/Update/Fix to this project
- ☐ Testing to ensure no regression
- ☐ Automated unit/functional testing coverage
- ☐ Developer Documentation support on feature change/addition
- ☐ User Guide Documentation support on feature change/addition
- ☐ Code review from 1 Drupal core team member
- ☐ Full testing and approval
- ☐ Credit contributors
- ☐ Review with the product owner
- ☐ Release
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork project_browser-3273634
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
srishtiiee commentedComment #4
tim.plunkettWe'll have to fix this here as well
Comment #5
srishtiiee commentedComment #6
narendrarTests are passing now. Marking as RTBC
Comment #7
tim.plunkettComment #9
tim.plunkettThank you! Merged !30