Skip to content

Commit 7a5cc0a

Browse files
committed
fix test
1 parent 345d4ee commit 7a5cc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/settings/SettingsCard.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ describe('<SettingsCard />', () => {
55
const title = 'My Device Settings'
66
const description = 'The configuration I\'m passing in.'
77
const headerSelector = '[data-cy="collapsible-header"]'
8-
const collapsibleSelector = '[data-cy="collapsible"]'
8+
const collapsibleSelector = `[data-cy="${title}"]`
99

1010
it('renders', () => {
1111
const contentSelector = '[data-testid=content]'

0 commit comments

Comments
 (0)