Skip to content

Commit 4496c18

Browse files
authored
Merge pull request #4119 from RedisInsight/e2e/feature/RI-6321_collapse-my-tutorials
e2e/feature/RI-6321_fix-for-test
2 parents 00b83b2 + 02e673a commit 4496c18

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)