Skip to content

Commit

Permalink
Update test.yml and tests screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
taitus committed Jun 17, 2024
1 parent baec41c commit b64fe3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: tests
on:
push:
branches:
- master
pull_request:
branches-ignore:
- i18n_master
on: push

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion spec/system/multitenancy_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

with_subdomain("mars") do
visit polls_path

expect(page).to have_content "YEAHHH!!!"
expect(page).to have_content "Human rights for Martians?"
expect(page).to have_css "html.tenant-mars"
expect(page).not_to have_css "html.tenant-venus"
Expand Down
2 changes: 2 additions & 0 deletions spec/system/polls/polls_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@

login_as(officer.user)
visit new_officing_residence_path

expect(page).to have_content "YEAHHH!!!"
officing_verify_residence
click_button "Confirm vote"

Expand Down

0 comments on commit b64fe3e

Please sign in to comment.