Skip to content

Commit

Permalink
update tests for invites-list admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Apr 8, 2021
1 parent 6787740 commit 822e43e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web/handlers/admin/invites_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ func TestInvitesCreateForm(t *testing.T) {
a.NoError(err)

a.Equal(addURL.String(), action)

webassert.ElementsInForm(t, formSelection, []webassert.FormElement{
{Name: "alias_suggestion", Type: "text"},
})
}

func TestInvitesCreate(t *testing.T) {
Expand Down

0 comments on commit 822e43e

Please sign in to comment.