Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
project_browser
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
project_browser
Merge requests
!224
Issue
#3279927
: Test issue
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Issue
#3279927
: Test issue
issue/project_browser-3279927:drupalci_updt
into
1.0.x
Overview
0
Commits
3
Pipelines
0
Changes
2
Open
Issue #3279927: Test issue
Ben Mullins
requested to merge
issue/project_browser-3279927:drupalci_updt
into
1.0.x
Aug 5, 2022
Overview
0
Commits
3
Pipelines
0
Changes
2
0
0
Merge request reports
Compare
1.0.x
version 2
cedfa1dc
Aug 5, 2022
version 1
75dc0751
Aug 5, 2022
1.0.x (base)
and
latest version
latest version
7d71a546
3 commits,
Aug 5, 2022
version 2
cedfa1dc
2 commits,
Aug 5, 2022
version 1
75dc0751
1 commit,
Aug 5, 2022
2 files
+
6
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
tests/src/FunctionalJavascript/ProjectBrowserUiTest.php
+
1
−
0
View file @ 7d71a546
Edit in single-file editor
Open in Web IDE
Show full file
@@ -306,6 +306,7 @@ class ProjectBrowserUiTest extends WebDriverTestBase {
$assert_session
=
$this
->
assertSession
();
$this
->
drupalGet
(
'admin/modules/browse'
);
$this
->
preFilterWait
();
$page
->
pressButton
(
'Clear filters'
);
$this
->
postFilterWait
();
Loading