Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add terms of use prompt ui tests to CI #1953

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/templates/components/tou-prompt.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ <h2 class="heading-medium">{{ _('Review your activity') }}</h1>
{{ _('If this is not correct, ') }}<a href="{{ url_for('main.contact') }}" target="_blank">{{ _('contact us') }}</a>.
</p>
</div>
<div id="tou-prompt" data-testid="tou-prompt" class="mt-16">
<h2 class="heading-medium mt-0 mb-6" data-testid="tou-heading">{{ _('Know your responsibilities') }}</h2>
<div class="mt-16">
<h2 class="heading-medium mt-0 mb-6">{{ _('Know your responsibilities') }}</h2>
<div data-testid="tou-terms">
<p>
{{ _('By using GC Notify, you accept our ') }}
Expand Down
1 change: 1 addition & 0 deletions tests_cypress/cypress/e2e/admin/ci.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import "./menu/disclosure_menu.cy";
import "./sitemap/sitemap.cy";
import "./branding/all.cy";
import "./tou_dialog.cy";
import "./tou_prompt.cy";
import "./template-filters.cy";
import "./template-categories.cy";
import "./template/create-template.cy";
Expand Down
Loading