Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WCMS
uw_base_profile
Commits
34bf090b
Commit
34bf090b
authored
Sep 23, 2021
by
Lily Yan
Browse files
ISTWCMS-4535 Change buildXPathQuery() to assertSession()->buildXPathQuery()
Change record:
https://www.drupal.org/node/3129738
parent
7ce2e3c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/src/Functional/UwWcmsBasicTest.php
tests/src/Functional/UwWcmsBasicTest.php
+1
-1
No files found.
tests/src/Functional/UwWcmsBasicTest.php
View file @
34bf090b
...
...
@@ -1542,7 +1542,7 @@ class UwWcmsBasicTest extends BrowserTestBase {
*/
private
function
dashboardTest
()
{
// Used by dropbutton test.
$layout_link_xpath
=
$this
->
buildXPathQuery
(
'//ul[@class=:class]/li/a[contains(@href, :href)]'
,
[
$layout_link_xpath
=
$this
->
assertSession
()
->
buildXPathQuery
(
'//ul[@class=:class]/li/a[contains(@href, :href)]'
,
[
':class'
=>
'dropbutton'
,
':href'
=>
'/home/layout'
,
]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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