Skip to content

Commit

Permalink
Slight test description change.
Browse files Browse the repository at this point in the history
  • Loading branch information
atmgrifter00 committed May 9, 2024
1 parent 44719b0 commit 84cbdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nimble-components/src/select/tests/select.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@ describe('Select', () => {
await waitForUpdatesAsync();
});

it('clear button is not visible when placeholder is displayed', () => {
it('clear button is not visible by default', () => {
expect(pageObject.isClearButtonVisible()).toBeFalse();
});

Expand Down

0 comments on commit 84cbdd2

Please sign in to comment.