Let users add a verified nostr pubkey to their account #101

Merged
raucao merged 14 commits from feature/98-nostr_nip05 into master 2023-06-16 13:04:24 +00:00
Showing only changes of commit 4551a14362 - Show all commits

View File

@@ -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)