Update radioSelect.test.js

This commit is contained in:
Jonathan Bobel
2025-05-15 12:48:01 -04:00
parent 39682c4c50
commit 3788fe7a91

View File

@@ -244,7 +244,7 @@ describe('RadioSelect', () => {
const button = document.querySelector('.radio-select__column:nth-child(2) input[type=button]');
expect(button).not.toBeNull();
expect(button.getAttribute('value')).toEqual('Done');
expect(button.getAttribute('value')).toEqual('Back to select a new time');
expect(button.getAttribute('aria-expanded')).toEqual('true');
});