Skip to content

Commit

Permalink
update contact phone number
Browse files Browse the repository at this point in the history
  • Loading branch information
eve-git committed Mar 14, 2023
1 parent ee5d247 commit ad884f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/RegistriesContactInfo.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('ContactInfo', () => {
expect(listItems.at(0).find('span').text()).toBe('Canada and U.S. Toll Free:')
expect(listItems.at(0).find('.contact-value').text()).toBe('1-877-526-1526')
expect(listItems.at(1).find('span').text()).toBe('Victoria Office:')
expect(listItems.at(1).find('.contact-value').text()).toBe('250-952-0568')
expect(listItems.at(1).find('.contact-value').text()).toBe('250-387-7848')
expect(listItems.at(2).find('span').text()).toBe('Email:')
expect(listItems.at(2).find('.contact-value').text()).toBe('[email protected]')

Expand Down

0 comments on commit ad884f5

Please sign in to comment.