We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c2970 commit a6e875bCopy full SHA for a6e875b
src/test-utils/dom/split-panel/index.ts
@@ -31,15 +31,15 @@ export default class SplitPanelWrapper extends ComponentWrapper {
31
}
32
33
findHeaderActions() {
34
- return this.findByClassName(testUtilStyles['header-actions-slot']);
+ return this.findByClassName(testUtilStyles['header-actions']);
35
36
37
findHeaderDescription() {
38
return this.findByClassName(testUtilStyles['header-description']);
39
40
41
findHeaderInfo() {
42
- return this.findByClassName(testUtilStyles['header-info-slot']);
+ return this.findByClassName(testUtilStyles['header-info']);
43
44
45
/**
0 commit comments