Skip to content

Commit a6e875b

Browse files
committed
Update test util class names
1 parent 32c2970 commit a6e875b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test-utils/dom/split-panel/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ export default class SplitPanelWrapper extends ComponentWrapper {
3131
}
3232

3333
findHeaderActions() {
34-
return this.findByClassName(testUtilStyles['header-actions-slot']);
34+
return this.findByClassName(testUtilStyles['header-actions']);
3535
}
3636

3737
findHeaderDescription() {
3838
return this.findByClassName(testUtilStyles['header-description']);
3939
}
4040

4141
findHeaderInfo() {
42-
return this.findByClassName(testUtilStyles['header-info-slot']);
42+
return this.findByClassName(testUtilStyles['header-info']);
4343
}
4444

4545
/**

0 commit comments

Comments
 (0)