From 55f4499ef3ad7769f2ccaef1a5eaa8a537548adf Mon Sep 17 00:00:00 2001 From: diondiondion Date: Thu, 30 Oct 2025 10:52:43 +0100 Subject: [PATCH] Make theme selection test more specific --- spec/system/settings/preferences/appearance_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/settings/preferences/appearance_spec.rb b/spec/system/settings/preferences/appearance_spec.rb index e8fb0c5de8d..dbc9f11cb00 100644 --- a/spec/system/settings/preferences/appearance_spec.rb +++ b/spec/system/settings/preferences/appearance_spec.rb @@ -13,7 +13,7 @@ RSpec.describe 'Settings preferences appearance page' do expect(page) .to have_private_cache_control - select 'contrast', from: theme_selection_field + select 'Mastodon (High contrast)', from: theme_selection_field check confirm_reblog_field uncheck confirm_delete_field