Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
project_browser-3420552
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
project_browser-3420552
Commits
e81ef628
Commit
e81ef628
authored
2 years ago
by
Srishti Bankar
Browse files
Options
Downloads
Patches
Plain Diff
Fixed test
parent
60a88de5
Branches
8.x-1.x
Tags
8.x-1.0-rc7
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/src/FunctionalJavascript/ProjectBrowserPluginTest.php
+1
-0
1 addition, 0 deletions
tests/src/FunctionalJavascript/ProjectBrowserPluginTest.php
with
1 addition
and
0 deletions
tests/src/FunctionalJavascript/ProjectBrowserPluginTest.php
+
1
−
0
View file @
e81ef628
...
...
@@ -40,6 +40,7 @@ class ProjectBrowserPluginTest extends WebDriverTestBase {
public
function
testRandomDataPlugin
():
void
{
$assert_session
=
$this
->
assertSession
();
$this
->
getSession
()
->
resizeWindow
(
1200
,
1200
);
$this
->
drupalGet
(
'admin/modules/browse'
);
$assert_session
->
waitForElement
(
'css'
,
'#project-browser .grid'
);
$grid_text
=
$this
->
getSession
()
->
getPage
()
->
find
(
'css'
,
'#project-browser .toggle-buttons .grid-button'
)
->
getText
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment