Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
101d892a
Unverified
Commit
101d892a
authored
Jul 10, 2021
by
Alex Pott
Browse files
Issue
#3222313
by paulocs: Rename scripts.js to something more descriptive
parent
0926b0cc
Changes
4
Hide whitespace changes
Inline
Side-by-side
core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php
View file @
101d892a
...
...
@@ -38,7 +38,7 @@ public function testBaseLibraryAvailable() {
$this
->
drupalGet
(
''
);
$this
->
assertSession
()
->
statusCodeEquals
(
200
);
$this
->
assertSession
()
->
responseContains
(
'olivero/css/base/base.css'
);
$this
->
assertSession
()
->
responseContains
(
'olivero/js/
script
s.js'
);
$this
->
assertSession
()
->
responseContains
(
'olivero/js/
navigation-util
s.js'
);
}
/**
...
...
core/themes/olivero/js/
script
s.es6.js
→
core/themes/olivero/js/
navigation-util
s.es6.js
View file @
101d892a
File moved
core/themes/olivero/js/
script
s.js
→
core/themes/olivero/js/
navigation-util
s.js
View file @
101d892a
File moved
core/themes/olivero/olivero.libraries.yml
View file @
101d892a
...
...
@@ -57,7 +57,7 @@ global-styling:
js
:
js/checkbox.js
:
{}
js/
script
s.js
:
{}
js/
navigation-util
s.js
:
{}
js/navigation.js
:
{}
js/second-level-navigation.js
:
{}
dependencies
:
...
...
Alex Pott
@alexpott
mentioned in commit
9bc2f9ee
·
Jul 10, 2021
mentioned in commit
9bc2f9ee
mentioned in commit 9bc2f9ee643ad1fd104bb9fc9259a344ebde3a5a
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment