Skip to content

Commit

Permalink
Add functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Oct 25, 2023
1 parent 2e08cd2 commit 201ec7a
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Feature:
Then I should see 8 links on the front page
And I should see text matching "The Public SAML Signing certificate of the OpenConext IdP"
And I should see URL "/authentication/idp/certificate"
# The default key should not get a separate URL next to the key-less url
And I should not see URL "/authentication/idp/certificate/key:default"
And I should see text matching "The Public SAML metadata \(the entity descriptor\) of the OpenConext IdP Proxy"
And I should see URL "/authentication/idp/metadata"
Expand All @@ -28,14 +29,15 @@ Feature:
And I should see URL "/authentication/sp/debug"
And I should see text matching "The Public SAML Signing certificate of the OpenConext SP"
And I should see URL "/authentication/sp/certificate"
And I should not see URL "/authentication/sp/certificate/key:default"
# The key:-variants should only be shown for the IdP metadata feeds
And I should not see URL "/authentication/sp/certificate/key:"
And I should see text matching "The Public SAML metadata \(the entity descriptor\) of the OpenConext SP Proxy"
And I should see URL "/authentication/sp/metadata"
And I should not see URL "/authentication/sp/metadata/key:default"
And I should not see URL "/authentication/sp/metadata/key:"
And I should see text matching "Step-up authentication Certificate and Metadata"
And I should see text matching "The Public SAML metadata \(the entity descriptor\) of the OpenConext step-up authentication Proxy"
And I should see URL "/authentication/stepup/metadata"
And I should not see URL "/authentication/stepup/metadata/key:default"
And I should not see URL "/authentication/stepup/metadata/key:"
# eduGAIN metadata is no longer created by EngineBlock
And I should not see text matching "eduGAIN"
# IdP / SP metadata combination (for Shiboleth entities) is no longer supported
Expand Down

0 comments on commit 201ec7a

Please sign in to comment.