Resolve #3485747 "The multi category filter"
1 open thread
Closes #3485747
This will change the markup of the multi-select drop down menu.
Merge request reports
Activity
added 5 commits
-
aa6a8fd3...0597c082 - 2 commits from branch
project:2.0.x
- 2625460e - Merge remote-tracking branch 'origin/2.0.x' into 3485747-the-multi-category-filter
- 82a040f7 - Build after rebase
- c5074373 - Updated gz file
Toggle commit list-
aa6a8fd3...0597c082 - 2 commits from branch
added 3 commits
added 30 commits
-
50882ee9...4890e11d - 12 commits from branch
project:2.0.x
- 4890e11d...f8c13c57 - 8 earlier commits
- f01041ea - Fixed selector
- 0e6ea765 - Fixed styles
- be8f04fb - Fixed selector
- 423dac51 - Fixed typo
- cc3295b3 - Fixed failing tests
- b736adb7 - Built assets
- c59f26d0 - Rebuilt app
- bf5084ed - Removed debugging statement
- f267ff41 - Fix test
- eba159fa - Updated tests
Toggle commit list-
50882ee9...4890e11d - 12 commits from branch
added 24 commits
-
a5b07d4f - 1 commit from branch
project:2.0.x
- a5b07d4f...c5074373 - 13 earlier commits
- 88323c92 - Fixed selector
- b923b575 - Fixed typo
- c070968f - Fixed failing tests
- 2d8b58d1 - Built assets
- 10cc6a73 - Rebuilt app
- bf4a728a - Removed debugging statement
- 5eba110f - Fix test
- 50882ee9 - Updated tests
- 445b3eef - Merged origin/2.0.x
- e9e2a581 - Added changes after rebase
Toggle commit list-
a5b07d4f - 1 commit from branch
387 387 $this->clickWithWait($categories[1]); 388 388 389 389 // Assert that the filters persist. 390 $second_label_text = $assert_session->elementExists('css', '.pb-filter__checkbox-label-txt', $categories[1]->getParent()) 391 ->getText(); 390 $second_label_text = $categories[1]->getParent()->getText(); 391 $assert_session->fieldExists($second_label_text)->check(); - Comment on lines -390 to +391
This test is getting removed in https://www.drupal.org/project/project_browser/issues/3489810, but can we do similar changes in ProjectBrowserUiTest:: testMultiplePlugins?
changed this line in version 19 of the diff
added 24 commits
-
e9e2a581...86e6517c - 6 commits from branch
project:2.0.x
- 86e6517c...c85f15a0 - 8 earlier commits
- 4548bf0b - Fixed selector
- 687ff8cc - Fixed styles
- 2c9b76ee - Build after rebase
- 46df8d7a - Updated gz file
- 19437edf - Fixed selector
- 415b5a34 - Fixed typo
- 4ade3874 - Fixed failing tests
- b6e0c60c - Rebuilt app
- 46b23691 - Added changes after rebase
- 549fe7e3 - Rebase & resolve conflicts
Toggle commit list-
e9e2a581...86e6517c - 6 commits from branch
added 1 commit
- 0021bce6 - Addressed feedback on test coverage improvements
added 2 commits
added 2 commits
Please register or sign in to reply