Skip to content

Commit 1a98ac8

Browse files
committed
Updated description text in a test
1 parent 0b5b261 commit 1a98ac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__tests__/src/util/isNonInteractiveElement-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('isNonInteractiveElement', () => {
1515
});
1616
});
1717
describe('non-interactive elements', () => {
18-
it('should not identify them as interactive elements', () => {
18+
it('should identify them as interactive elements', () => {
1919
genNonInteractiveElements().forEach(
2020
({
2121
type,
@@ -28,7 +28,7 @@ describe('isNonInteractiveElement', () => {
2828
});
2929
});
3030
describe('interactive elements', () => {
31-
it('should identify them as interactive elements', () => {
31+
it('should not identify them as interactive elements', () => {
3232
genInteractiveElements().forEach(
3333
({
3434
type,

0 commit comments

Comments
 (0)