Skip to content

Commit

Permalink
attempt logo test re-enable
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamelers committed May 7, 2024
1 parent 5dba8f8 commit 1a97028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/stash_engine/tenant_admin_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
expect(page).not_to have_content(@match.short_name)
end

xit 'allows changing the logo as a superuser', js: true do
it 'allows changing the logo as a superuser', js: true do
visit stash_url_helpers.tenant_admin_path
expect(page).to have_content(@match.short_name)
within(:css, "form[action=\"#{tenant_popup_path(id: @match.id, field: 'logo')}\"]") do
Expand Down

0 comments on commit 1a97028

Please sign in to comment.