Skip to content

Commit 10fa10e

Browse files
committed
move toggle down
1 parent 02e673a commit 10fa10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ export class ExploreTab {
134134
* @param name A tutorial name
135135
*/
136136
async deleteTutorialByName(name: string): Promise<void> {
137-
await this.toggleMyTutorialPanel();
138137
const deleteTutorialBtn = this.tutorialAccordionButton.withText(name).find(this.cssTutorialDeleteIcon);
139138
if (await this.closeEnablementPage.exists) {
140139
await t.click(this.closeEnablementPage);
141140
}
141+
await this.toggleMyTutorialPanel();
142142
await t.click(deleteTutorialBtn);
143143
await t.click(this.tutorialDeleteButton);
144144
}

0 commit comments

Comments
 (0)