Sha256: 8811200326e8581f8da358572642bf638f7683bb51fc15570d8079ef3411afec
Contents?: true
Size: 480 Bytes
Versions: 16
Compression:
Stored size: 480 Bytes
Contents
require 'spec_helper' module Spree describe "Countries", type: :feature do stub_authorization! it "deletes a country", js: true do visit spree.admin_countries_path click_link "New Country" fill_in "Name", with: "Brazil" fill_in "Iso Name", with: "BRL" click_button "Create" accept_alert do click_icon :trash end expect(page).to have_content 'Country "Brazil" has been successfully removed!' end end end
Version data entries
16 entries across 16 versions & 1 rubygems