Skip to content

Commit

Permalink
Updated test in overview.
Browse files Browse the repository at this point in the history
  • Loading branch information
chth0n1x committed Oct 5, 2023
1 parent 1104099 commit 26ecfad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ module('Registries | Acceptance | overview.overview', hooks => {
reg.update({ currentUserPermissions: [Permission.Write, Permission.Read] });
await visit(`/${reg.id}/`);

assert.dom('[data-test-tags-widget-tag-input="edit"] input').isVisible();
assert.dom('[data-test-tags-widget-tag-input="edit"] input').isNotVisible();

reg.update({ currentUserPermissions: [Permission.Read] });
await visit(`/${reg.id}/`);
Expand Down

0 comments on commit 26ecfad

Please sign in to comment.