Skip to content

Commit

Permalink
fix: change continue button copy
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin-codecov committed Jul 12, 2024
1 parent 62f981d commit 1083f42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/DefaultOrgSelector/DefaultOrgSelector.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function DefaultOrgSelector() {
Cancel
</Button>
<Button hook="user selects org, continues to app" type="submit">
Continue to app
Continue to Codecov
</Button>
</div>
</form>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/DefaultOrgSelector/DefaultOrgSelector.spec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ describe('DefaultOrgSelector', () => {
await user.click(orgInList)

const submit = await screen.findByRole('button', {
name: /Continue/,
name: /Continue to Codecov/,
})

await user.click(submit)
Expand Down

0 comments on commit 1083f42

Please sign in to comment.