Commit d19a84f0 authored by Doug Stull's avatar Doug Stull

Skip test for bronze as it is not supported

- fixes broken master
parent 8c027aee
......@@ -86,6 +86,7 @@ RSpec.describe 'Billing plan pages', :feature, :js do
end
it 'displays the in-app hand raise lead' do
skip "not supported for #{plan.name}" if plan.name == 'bronze'
page.within('.content') do
expect(page).to have_selector(".js-hand-raise-lead-button[data-namespace-id='#{namespace.id}'][data-user-name='#{user.username}']", visible: false)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment