Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
b9720b9e
Commit
b9720b9e
authored
May 03, 2019
by
Dominik Hebeler
Browse files
testing ci
parent
23a68595
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/Feature/StaticPagesTest.php
View file @
b9720b9e
...
...
@@ -41,7 +41,7 @@ class StaticPagesTest extends TestCase
private
function
startPageTest
()
{
$this
->
webdriver
->
get
(
$mgServer
);
$this
->
webdriver
->
get
(
$
this
->
mgServer
);
# Test for Page Title
$this
->
assertEquals
(
$this
->
webdriver
->
getTitle
(),
"MetaGer - Mehr als eine Suchmaschine"
);
...
...
@@ -57,7 +57,7 @@ class StaticPagesTest extends TestCase
*/
private
function
navigationMenuTest
()
{
$this
->
webdriver
->
get
(
$mgServer
);
$this
->
webdriver
->
get
(
$
this
->
mgServer
);
// Check if the Navigation menu expands on click
$sidebarToggle
=
$this
->
webdriver
->
findElement
(
WebDriverBy
::
cssSelector
(
"label[for=sidebarToggle]"
));
...
...
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