Skip to content

Commit

Permalink
Remove headless: false meta data in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joekrump committed Jul 12, 2023
1 parent a43c2ad commit e356981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/system/pandas/index_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
end
end

context "when viewing the pandas index page", headless: false do
context "when viewing the pandas index page" do
before do
page.goto('/pandas')
page.wait_for_load_state
end

it "dynamically loads and mounts the Zap.vue component", headless: false do
it "dynamically loads and mounts the Zap.vue component" do
header = page.wait_for_selector('h1')
expect(header.text_content).to eq('Our Pandas')

Expand Down

0 comments on commit e356981

Please sign in to comment.