diff --git a/theme_anelusia/static/src/js/tour.js b/theme_anelusia/static/src/js/tour.js index a950a6e40..3fefeed85 100644 --- a/theme_anelusia/static/src/js/tour.js +++ b/theme_anelusia/static/src/js/tour.js @@ -5,7 +5,7 @@ import wTourUtils from '@website/js/tours/tour_utils'; const snippets = [ { id: 's_text_cover', - name: 'Banner', + name: 'Text Cover', }, { id: 's_images_wall', diff --git a/theme_artists/static/src/js/tour.js b/theme_artists/static/src/js/tour.js index 3ef1bd871..52a453ff7 100644 --- a/theme_artists/static/src/js/tour.js +++ b/theme_artists/static/src/js/tour.js @@ -37,7 +37,7 @@ wTourUtils.registerThemeHomepageTour("artists_tour", () => [ wTourUtils.goBackToBlocks(), wTourUtils.dragNDrop(snippets[2]), wTourUtils.dragNDrop(snippets[3]), - wTourUtils.clickOnText(snippets[3], 'h1'), + wTourUtils.clickOnText(snippets[3], 'h2'), wTourUtils.goBackToBlocks(), wTourUtils.dragNDrop(snippets[4]), wTourUtils.dragNDrop(snippets[5]), diff --git a/theme_notes/static/src/js/tour.js b/theme_notes/static/src/js/tour.js index b3237e8ba..61273768d 100644 --- a/theme_notes/static/src/js/tour.js +++ b/theme_notes/static/src/js/tour.js @@ -33,7 +33,7 @@ const snippets = [ wTourUtils.registerThemeHomepageTour("notes_tour", () => [ wTourUtils.assertCssVariable('--color-palettes-name', '"notes-1"'), wTourUtils.dragNDrop(snippets[0]), - wTourUtils.clickOnText(snippets[0], 'h1'), + wTourUtils.clickOnText(snippets[0], 'h2'), wTourUtils.goBackToBlocks(), wTourUtils.dragNDrop(snippets[1]), wTourUtils.dragNDrop(snippets[2]), diff --git a/theme_yes/static/src/js/tour.js b/theme_yes/static/src/js/tour.js index 7dd72ae33..234cccaf1 100644 --- a/theme_yes/static/src/js/tour.js +++ b/theme_yes/static/src/js/tour.js @@ -33,7 +33,7 @@ wTourUtils.registerThemeHomepageTour("yes_tour", () => [ wTourUtils.assertCssVariable('--color-palettes-name', '"yes-3"'), wTourUtils.dragNDrop(snippets[0]), wTourUtils.dragNDrop(snippets[1]), - wTourUtils.clickOnText(snippets[1], 'h1'), + wTourUtils.clickOnText(snippets[1], 'h2'), wTourUtils.goBackToBlocks(), wTourUtils.dragNDrop(snippets[2]), wTourUtils.dragNDrop(snippets[3]),