From 4551a14362a1d400c9108c148a996efe72211235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Fri, 16 Jun 2023 14:55:11 +0200 Subject: [PATCH] Fix path --- spec/features/settings/experiments_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/settings/experiments_spec.rb b/spec/features/settings/experiments_spec.rb index 9931b35..d23ab25 100644 --- a/spec/features/settings/experiments_spec.rb +++ b/spec/features/settings/experiments_spec.rb @@ -26,7 +26,7 @@ RSpec.describe 'Experimental Settings', type: :feature do end scenario 'Remove nostr pubkey from account' do - visit settings_experiments_path + visit setting_path(:experiments) expect(page).to have_field("nostr_public_key", with: "07e188a1ff87ce171d517b8ed2bb7a31b1d3453a0db3b15379ec07b724d232f3", disabled: true)