Skip to content

Commit

Permalink
Typo and test.yml revert to proper version (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
HHassig authored Oct 18, 2024
1 parent 0c9522f commit bca6bc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,6 @@ jobs:
with:
chrome-version: ${{ env.CHROME_VERSION }}

- name: List Chrome
shell: "bash"
run: apt list --installed | grep chrome

- name: Remove Chrome
shell: "bash"
run: sudo apt remove google-chrome-stable

- uses: browser-actions/setup-chrome@v1
with:
chrome-version: 119.0.6045.105

- name: Setup & create Database
run: |
bundle exec rails db:create db:schema:load
Expand Down
2 changes: 1 addition & 1 deletion spec/system/awesome_tests_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
expect(page.body).not_to have_content("body {background: red;}")
end

it "css is not applyied" do
it "css is not applied" do
expect(page.execute_script("return window.getComputedStyle($('body')[0]).backgroundColor")).to eq("rgb(250, 250, 250)")
end
end
Expand Down

0 comments on commit bca6bc5

Please sign in to comment.