From 326e6c972d53bca6d58ccbee7d2c7f74f9f2d587 Mon Sep 17 00:00:00 2001
From: Vasyl Yurkovych <59879559+yurkovychv@users.noreply.github.com>
Date: Fri, 29 Mar 2024 10:01:58 +0200
Subject: [PATCH 1/3] PMM-7 use v3 branch for UI tests

---
 .github/workflows/ui-tests.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml
index 20124d235311c..3bf348b7f36e3 100644
--- a/.github/workflows/ui-tests.yml
+++ b/.github/workflows/ui-tests.yml
@@ -55,12 +55,12 @@ jobs:
           repository: percona/pmm-ui-tests
           path: ./pmm-ui-tests
 
-      - name: Checkout UI tests in main branch
+      - name: Checkout UI tests in v3 branch
         uses: percona-platform/checkout@v2
         if: ${{ steps.branch_checkout.outcome != 'success' }}
         with:
           token: ${{ secrets.ROBOT_TOKEN }}
-          ref: main
+          ref: v3
           repository: percona/pmm-ui-tests
           path: ./pmm-ui-tests
 

From c75b270285f01b70d4e3203dc0ea2df18166c285 Mon Sep 17 00:00:00 2001
From: Peter Sirotnak <sirotnak.p@gmail.com>
Date: Wed, 3 Apr 2024 10:03:15 +0200
Subject: [PATCH 2/3] PMM-7: Change branch to the product tour automation

---
 .github/workflows/ui-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml
index 3bf348b7f36e3..d53d6f20b2a20 100644
--- a/.github/workflows/ui-tests.yml
+++ b/.github/workflows/ui-tests.yml
@@ -60,7 +60,7 @@ jobs:
         if: ${{ steps.branch_checkout.outcome != 'success' }}
         with:
           token: ${{ secrets.ROBOT_TOKEN }}
-          ref: v3
+          ref: PMM-12847-product-tour-automation
           repository: percona/pmm-ui-tests
           path: ./pmm-ui-tests
 

From e282372ad525264354e629c03333d6c976cdb919 Mon Sep 17 00:00:00 2001
From: Vasyl Yurkovych <59879559+yurkovychv@users.noreply.github.com>
Date: Fri, 5 Apr 2024 10:11:12 +0300
Subject: [PATCH 3/3] Update ui-tests.yml

---
 .github/workflows/ui-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml
index d53d6f20b2a20..6d06030f0ab8e 100644
--- a/.github/workflows/ui-tests.yml
+++ b/.github/workflows/ui-tests.yml
@@ -60,7 +60,7 @@ jobs:
         if: ${{ steps.branch_checkout.outcome != 'success' }}
         with:
           token: ${{ secrets.ROBOT_TOKEN }}
-          ref: PMM-12847-product-tour-automation
+          ref: PMM-13027-pmm3-dashboards-tests
           repository: percona/pmm-ui-tests
           path: ./pmm-ui-tests