update tests for invites-list admin page

This commit is contained in:
Andre Staltz 2021-04-08 13:34:43 +03:00
parent 67877407b8
commit 822e43e56f
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 0 additions and 4 deletions

View File

@ -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) {