Skip to content
Snippets Groups Projects
Commit fd48f45d authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

Updated Unit Test (link to Public Schedule was missing in snapshot)

parent 12498f89
No related branches found
No related tags found
1 merge request!1291Updated Unit Test (link to Public Schedule was missing in snapshot)
......@@ -124,6 +124,15 @@ exports[`Login KeyCloack Login Redirect: KeyCloak Redirect 1`] = `
Forgot Password?
</a>
</div>
<div
class="col-md-6 login-form-link"
>
<a
href="/schedule"
>
Public Schedule
</a>
</div>
</div>
</div>
</div>
......@@ -261,6 +270,15 @@ exports[`Login Renders Login 1`] = `
Forgot Password?
</a>
</div>
<div
class="col-md-6 login-form-link"
>
<a
href="/schedule"
>
Public Schedule
</a>
</div>
</div>
</div>
</div>
......@@ -455,6 +473,15 @@ exports[`Login System Login Bad Login 1`] = `
Forgot Password?
</a>
</div>
<div
class="col-md-6 login-form-link"
>
<a
href="/schedule"
>
Public Schedule
</a>
</div>
</div>
</div>
</div>
......@@ -648,6 +675,15 @@ exports[`Login System Login Bad Login: Bad Login 1`] = `
Forgot Password?
</a>
</div>
<div
class="col-md-6 login-form-link"
>
<a
href="/schedule"
>
Public Schedule
</a>
</div>
</div>
<div
class="row error"
......@@ -847,6 +883,15 @@ exports[`Login System Login Good Login 1`] = `
Forgot Password?
</a>
</div>
<div
class="col-md-6 login-form-link"
>
<a
href="/schedule"
>
Public Schedule
</a>
</div>
</div>
</div>
</div>
......@@ -1041,6 +1086,15 @@ exports[`Login System Login Good Login to / 1`] = `
Forgot Password?
</a>
</div>
<div
class="col-md-6 login-form-link"
>
<a
href="/schedule"
>
Public Schedule
</a>
</div>
</div>
</div>
</div>
......@@ -1234,6 +1288,15 @@ exports[`Login System Login Good Login to /: Good Login / 1`] = `
Forgot Password?
</a>
</div>
<div
class="col-md-6 login-form-link"
>
<a
href="/schedule"
>
Public Schedule
</a>
</div>
</div>
</div>
</div>
......@@ -1427,6 +1490,15 @@ exports[`Login System Login Good Login: Good Login 1`] = `
Forgot Password?
</a>
</div>
<div
class="col-md-6 login-form-link"
>
<a
href="/schedule"
>
Public Schedule
</a>
</div>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment