Skip to content

Commit

Permalink
Added deprecation message.
Browse files Browse the repository at this point in the history
  • Loading branch information
mckn committed Jan 17, 2025
1 parent 9cbee8b commit 03160e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-e2e/src/models/pages/PanelEditPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export class PanelEditPage extends GrafanaPage {

/**
* Expands the section for the given category name. If the section is already expanded, this method does nothing.
* @deprecated use {@link PanelEditOptionsGroup.expand} method instead.
*/
async collapseSection(categoryName: string) {
const section = this.getByGrafanaSelector(this.ctx.selectors.components.OptionsGroup.group(categoryName));
Expand Down

0 comments on commit 03160e8

Please sign in to comment.