Skip to content

Commit

Permalink
update label
Browse files Browse the repository at this point in the history
  • Loading branch information
claireolmstead committed Jan 17, 2024
1 parent 0cc9678 commit 530247f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/page.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('End to End Tests', () => {
});
expect(hiddenButton).toBeNull();

const signer = screen.getByLabelText('Choose a Wallet Address');
const signer = screen.getByLabelText('Select a Provider Control Key');
await fireEvent.change(signer, {
target: {
value: '//Alice: 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY',
Expand Down

0 comments on commit 530247f

Please sign in to comment.