Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Ruby 3.3.1 #10627

Merged
merged 7 commits into from
May 23, 2024
Merged

Update to Ruby 3.3.1 #10627

merged 7 commits into from
May 23, 2024

Conversation

mitchellhenke
Copy link
Contributor

馃洜 Summary of changes

Follows #10609 to upgrade CI to run 3.3.1 and updates the repo to use 3.3.1 along with it

@mitchellhenke mitchellhenke force-pushed the mitchellhenke/ruby-3.3.1 branch 2 times, most recently from 45250cf to 1df408a Compare May 14, 2024 20:55
@mitchellhenke mitchellhenke force-pushed the mitchellhenke/ruby-3.3.1 branch 5 times, most recently from dd657b6 to c7adbcb Compare May 20, 2024 14:10
Comment on lines 5 to 9
# Wait for the the loading interstitial to disappear before continuing
expect(page).not_to have_content(t('doc_auth.headings.interstitial'), wait: 10)

begin
expect(page).not_to have_content(t('doc_auth.headings.interstitial'), wait: 10)
rescue Selenium::WebDriver::Error::StaleElementReferenceError
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seeing all this repeated, I feel like we could probably build a helper like

wait_for_content_to_disappear do |page|
  expect(page).not_to have_content(t('doc_auth.headings.interstitial'), wait: 10)
end

and then that helper method has these rescue blocks built in

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call, added in d8d45bf

mitchellhenke and others added 5 commits May 23, 2024 12:05
changelog: Internal, Maintenance, Update to Ruby 3.3.1
Co-authored-by: Zach Margolis <zachmargolis@users.noreply.github.com>
mitchellhenke and others added 2 commits May 23, 2024 12:22
Co-authored-by: Zach Margolis <zachmargolis@users.noreply.github.com>
@mitchellhenke mitchellhenke merged commit fb74d7b into main May 23, 2024
2 checks passed
@mitchellhenke mitchellhenke deleted the mitchellhenke/ruby-3.3.1 branch May 23, 2024 18:34
mitchellhenke added a commit that referenced this pull request May 28, 2024
mitchellhenke added a commit that referenced this pull request May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants