@instructure/ui-select 10.4.2-snapshot-10 → 10.4.2-snapshot-13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -290,7 +290,7 @@ describe('<Select />', () => {
290
290
 
291
291
  it('should render required when isRequired={true}', () => {
292
292
  render(<Select renderLabel="Choose an option" isRequired />)
293
- const input = screen.getByLabelText('Choose an option')
293
+ const input = screen.getByLabelText('Choose an option *')
294
294
 
295
295
  expect(input).toHaveAttribute('required')
296
296
  })