Krzysztof Kotlarek 2023-07-21 12:45:18 +10:00 committed by GitHub
parent b65b452330
commit a5c0b87d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -6,7 +6,7 @@
@headerActionsIcon={{customSection.actionsIcon}}
@headerActions={{customSection.actions}}
@willDestroy={{customSection.willDestroy}}
@collapsable={{@collapsableSections}}
@collapsable={{@collapsable}}
@displaySection={{customSection.displaySection}}
>

View File

@ -251,6 +251,12 @@ acceptance("Sidebar - Plugin API", function (needs) {
"displays header with correct text"
);
assert
.dom(
".sidebar-section[data-section-name='test-chat-channels'] .sidebar-section-header-caret"
)
.exists();
await click(
".sidebar-section[data-section-name='test-chat-channels'] .sidebar-section-header-dropdown summary"
);