Skip to content

Commit 0a2bf79

Browse files
committed
fix(front): consider service accounts when counting role labels
1 parent e2a26a1 commit 0a2bf79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/test/browser/people_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ defmodule Front.Browser.PeopleTest do
4747

4848
session
4949
|> visit(ctx.path)
50-
|> assert_number_of_role_labels(9)
50+
|> assert_number_of_role_labels(12)
5151
end
5252

5353
test "if there is only 1 page, do not show buttons", ctx do

0 commit comments

Comments
 (0)