Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
e97ed2dc
Commit
e97ed2dc
authored
3 years ago
by
Kim Höfer
Browse files
Options
Downloads
Patches
Plain Diff
fix integration test error
parent
d7330246
Loading
Loading
4 merge requests
!1895
Development
,
!1892
Development
,
!1887
Development
,
!1880
Resolve "Renew the about us page"
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/Browser/Pages/About.php
+1
-1
1 addition, 1 deletion
tests/Browser/Pages/About.php
with
1 addition
and
1 deletion
tests/Browser/Pages/About.php
+
1
−
1
View file @
e97ed2dc
...
...
@@ -28,7 +28,7 @@ class About extends Page
->
waitForText
(
"Wofür wir stehen"
)
->
assertTitle
(
"Über Uns - MetaGer"
)
->
switchLanguage
(
"English"
)
->
waitForText
(
"What
w
e
s
tand
f
or"
)
->
waitForText
(
"What
W
e
S
tand
F
or"
)
->
assertTitle
(
"About Us - MetaGer"
)
->
switchLanguage
(
"Español"
)
->
waitForText
(
"Wofür wir stehen"
)
...
...
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