Also wait for the SAML 'enabled' message

This commit is contained in:
Luciano Lo Giudice
2022-05-02 17:31:27 -03:00
parent eaf33ab2bd
commit 1a5b3f6152

View File

@@ -300,6 +300,8 @@ class CephDashboardTest(test_utils.BaseCharmTest):
{'saml-base-url': url, 'saml-idp-metadata': idp_meta}
)
self.wait_for_saml_dashboard()
# Check that both login and metadata are accesible.
resp = self._run_request_get(
url + '/auth/saml2/login',