Skip to content

Commit

Permalink
Remove debugging efforts
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Jun 29, 2024
1 parent 702f139 commit 87f9c90
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci-registrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ jobs:

- run: mix test
working-directory: registrations
- name: Upload screenshots
uses: actions/upload-artifact@v4
if: always()
with:
name: Screenshots
path: registrations/*.png
- name: Publish test results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
Expand Down
3 changes: 0 additions & 3 deletions registrations/test/integration/messages_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ defmodule Registrations.Integration.Messages do
Messages.send()
Messages.dismiss_alert()

take_screenshot("message-sent.png")
assert Nav.info_text() == "Message was sent"

[empty_email, _, email, _] = Registrations.SwooshHelper.sent_email()
Expand Down Expand Up @@ -97,7 +96,6 @@ defmodule Registrations.Integration.Messages do

Messages.send_to_me()

take_screenshot("message-just-logged-in.png")
assert Nav.info_text() == "Message was sent"

[email] = Registrations.SwooshHelper.sent_email()
Expand Down Expand Up @@ -178,7 +176,6 @@ defmodule Registrations.Integration.Messages do
Messages.send()
Messages.dismiss_alert()

take_screenshot("message-show-team.png")
assert Nav.info_text() == "Message was sent"

[has_no_team_email, _, has_team_email, _] = Registrations.SwooshHelper.sent_email()
Expand Down
1 change: 0 additions & 1 deletion registrations/test/integration/registrations_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ defmodule Registrations.Integration.ClandestineRendezvous.Registrations do
Register.fill_password("nestofspiders")
Register.submit()

take_screenshot("registering.png")
assert Nav.info_text() == "Your account was created"

[welcome_email, admin_email] = Registrations.SwooshHelper.sent_email()
Expand Down

0 comments on commit 87f9c90

Please sign in to comment.