Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aerosol committed Feb 4, 2025
1 parent d36efe3 commit c6d12bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 80 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule PlausibleWeb.Site.MembershipControllerTest do
|> get("/sites/#{site.domain}/memberships/invite")
|> html_response(200)

assert html =~ "Invite member to"
assert html =~ "Invite guest to"
assert element_exists?(html, ~s/button[type=submit]/)
refute element_exists?(html, ~s/button[type=submit][disabled]/)
end
Expand Down
79 changes: 0 additions & 79 deletions test/plausible_web/live/team_setup_sync_test.exs

This file was deleted.

0 comments on commit c6d12bd

Please sign in to comment.