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 721ecd4 commit 02e673aCopy full SHA for 02e673a
tests/e2e/pageObjects/components/explore-tab.ts
@@ -134,6 +134,7 @@ export class ExploreTab {
134
* @param name A tutorial name
135
*/
136
async deleteTutorialByName(name: string): Promise<void> {
137
+ await this.toggleMyTutorialPanel();
138
const deleteTutorialBtn = this.tutorialAccordionButton.withText(name).find(this.cssTutorialDeleteIcon);
139
if (await this.closeEnablementPage.exists) {
140
await t.click(this.closeEnablementPage);
0 commit comments