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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade tsconfigs #1419

Merged
merged 1 commit into from
Aug 8, 2023
Merged

chore: Upgrade tsconfigs #1419

merged 1 commit into from
Aug 8, 2023

Conversation

just-boris
Copy link
Member

@just-boris just-boris commented Aug 7, 2023

Description

Bring them up to date with our supported browsers

Related links, issue #, if available: n/a

How has this been tested?

Updated a few indexOf to includes to show that modern functions are supported

Review checklist

The following items are to be evaluated by the author(s) and the reviewer(s).

Correctness

  • Changes include appropriate documentation updates.
  • Changes are backward-compatible if not indicated, see CONTRIBUTING.md.
  • Changes do not include unsupported browser features, see CONTRIBUTING.md.
  • Changes were manually tested for accessibility, see accessibility guidelines.

Security

Testing

  • Changes are covered with new/existing unit tests?
  • Changes are covered with new/existing integration tests?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@just-boris just-boris force-pushed the update-tsconfig branch 2 times, most recently from dc2d596 to c4093fc Compare August 7, 2023 17:52
@codecov
Copy link

codecov bot commented Aug 7, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (d87a49a) 93.56% compared to head (16bdb5c) 93.56%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1419   +/-   ##
=======================================
  Coverage   93.56%   93.56%           
=======================================
  Files         631      631           
  Lines       16880    16880           
  Branches     5570     5570           
=======================================
  Hits        15793    15793           
  Misses       1014     1014           
  Partials       73       73           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@just-boris just-boris marked this pull request as ready for review August 7, 2023 19:22
@just-boris just-boris requested a review from a team as a code owner August 7, 2023 19:22
@just-boris just-boris requested review from YueyingLu and removed request for a team August 7, 2023 19:22
async assertOptionSelected(groupNumber: number, optionNumber: number, isSelected: boolean) {
const className = await this.getElementAttribute(this.getOptionInGroup(groupNumber, optionNumber), 'class');
assert.equal(
className.indexOf(selectableItemStyles.selected),
Copy link
Member Author

Choose a reason for hiding this comment

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

This line contained a bug, used indexOf() instead of indexOf() > -1.

Because this code is not used in any tests, it is easier to remove than fixing

@just-boris just-boris merged commit fc92170 into main Aug 8, 2023
24 checks passed
@just-boris just-boris deleted the update-tsconfig branch August 8, 2023 09:32
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.

2 participants