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.
2 parents 00b83b2 + 02e673a commit 4496c18Copy full SHA for 4496c18
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