Skip to content

Commit 02e673a

Browse files
committed
fix for test
1 parent 721ecd4 commit 02e673a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/pageObjects/components/explore-tab.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export class ExploreTab {
134134
* @param name A tutorial name
135135
*/
136136
async deleteTutorialByName(name: string): Promise<void> {
137+
await this.toggleMyTutorialPanel();
137138
const deleteTutorialBtn = this.tutorialAccordionButton.withText(name).find(this.cssTutorialDeleteIcon);
138139
if (await this.closeEnablementPage.exists) {
139140
await t.click(this.closeEnablementPage);

0 commit comments

Comments
 (0)