mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 17:08:24 -04:00
Update radioSelect.test.js
This commit is contained in:
@@ -244,7 +244,7 @@ describe('RadioSelect', () => {
|
|||||||
const button = document.querySelector('.radio-select__column:nth-child(2) input[type=button]');
|
const button = document.querySelector('.radio-select__column:nth-child(2) input[type=button]');
|
||||||
|
|
||||||
expect(button).not.toBeNull();
|
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');
|
expect(button.getAttribute('aria-expanded')).toEqual('true');
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user