Skip to content

Commit

Permalink
assert that visible label should be in the document
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Jul 27, 2022
1 parent 1db34a1 commit c3a8fa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/combobox-control/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ describe.each( [
<Component options={ timezones } label={ defaultLabelText } />
);
const label = getLabel( defaultLabelText );
expect( label ).toBeInTheDocument();
expect( label ).toBeVisible();
} );

Expand Down

0 comments on commit c3a8fa7

Please sign in to comment.