You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/OpenConext/EngineBlockFunctionalTestingBundle/Features/FeedbackFooters.feature
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,11 @@ Feature:
44
44
And I should see "support@openconext.org"
45
45
46
46
47
+
48
+
Scenario: The functional-testing feedback page renders correctly with feedback-info
49
+
When I go to Engineblock URL "/functional-testing/feedback?template=session-lost&feedback-info=%7B%22requestId%22%3A%22test-abc%22%2C%22ipAddress%22%3A%221.2.3.4%22%2C%22artCode%22%3A%2231914%22%7D"
50
+
Then I should see "your session was lost"
51
+
47
52
Scenario: When a IdP specific error page is shown and a translation is not configured the support emailaddress of the IdP should be hidden
0 commit comments