File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Feature: language settings
20
20
And "Alice" logs in
21
21
And "Alice" opens the user menu
22
22
And "Alice" changes the language to "Deutsch - German"
23
- Then "Alice" should see the following account page title "Konto"
23
+ Then "Alice" should see the following account page title "Mein Konto"
24
24
When "Alice" logs out
25
25
And "Alice" logs in
26
26
Then "Alice" should see the following notifications
@@ -47,4 +47,4 @@ Feature: language settings
47
47
And "Anonymous" unlocks the public link with password "%public%"
48
48
And "Anonymous" opens the user menu
49
49
And "Anonymous" changes the language to "Deutsch - German"
50
- Then "Anonymous" should see the following account page title "Konto"
50
+ Then "Anonymous" should see the following account page title "Mein Konto"
Original file line number Diff line number Diff line change 65
65
const { page } = this . actorsEnvironment . getActor ( { key : stepUser } )
66
66
const accountObject = new objects . account . Account ( { page } )
67
67
const pageTitle = await accountObject . getTitle ( )
68
- //TODO: ADJUST WHEN NEW TRANSLATIONS ARE THERE
69
- //expect(pageTitle).toEqual(title)
70
- console . log ( title )
71
- expect ( pageTitle ) . toBeDefined ( )
68
+ expect ( pageTitle ) . toEqual ( title )
72
69
}
73
70
)
You can’t perform that action at this time.
0 commit comments