summaryrefslogtreecommitdiff
path: root/spec/features/spree/admin/taxjar_settings_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/spree/admin/taxjar_settings_spec.rb')
-rw-r--r--spec/features/spree/admin/taxjar_settings_spec.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/features/spree/admin/taxjar_settings_spec.rb b/spec/features/spree/admin/taxjar_settings_spec.rb
index 620b89b..ae2e101 100644
--- a/spec/features/spree/admin/taxjar_settings_spec.rb
+++ b/spec/features/spree/admin/taxjar_settings_spec.rb
@@ -39,6 +39,9 @@ RSpec.feature 'Admin TaxJar Settings', js: true do
expect(page).to have_content("TaxJar Settings")
click_on "TaxJar Settings"
expect(page).to have_content "You must provide a TaxJar API token"
+
+ expect(page).to have_link(href: "https://app.taxjar.com/api_sign_up")
+ expect(page).to have_link(href: "https://support.taxjar.com/article/160-how-do-i-get-a-sales-tax-api-token")
end
end
end