Skip to content

Commit bdb48d8

Browse files
authored
Merge pull request #4123 from RedisInsight/e2e/feature/RI-6321_collapse-my-tutorials
e2e/bugfix/RI-6321 move toggle down
2 parents 2f08d60 + 10fa10e commit bdb48d8

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)