From 22c0d9469f489da73c695c8c9ecf96d97268611a Mon Sep 17 00:00:00 2001 From: piyush-2712 Date: Fri, 3 Jan 2025 05:28:45 +0000 Subject: [PATCH 1/4] test --- .../src/TeachingPopover/TeachingPopoverCarousel.stories.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react-components/react-teaching-popover/stories/src/TeachingPopover/TeachingPopoverCarousel.stories.tsx b/packages/react-components/react-teaching-popover/stories/src/TeachingPopover/TeachingPopoverCarousel.stories.tsx index 922bbe8253a05..381a0e8bca3cb 100644 --- a/packages/react-components/react-teaching-popover/stories/src/TeachingPopover/TeachingPopoverCarousel.stories.tsx +++ b/packages/react-components/react-teaching-popover/stories/src/TeachingPopover/TeachingPopoverCarousel.stories.tsx @@ -28,18 +28,18 @@ export const Carousel = () => ( }> Teaching Bubble Title -
This is page: 1
+
This hfxgfxgfis page: 1
}> Teaching Bubble Title -
This is page: 2
+
This is page: ftfgfgfcgf2
- + }> Teaching Bubble Title
This is page: 3
From c8e474802742a57db97aa7ed0460c3826113e862 Mon Sep 17 00:00:00 2001 From: piyush-2712 Date: Thu, 9 Jan 2025 18:08:16 +0000 Subject: [PATCH 2/4] changed for test --- .github/workflows/pr-vrt-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-vrt-comment.yml b/.github/workflows/pr-vrt-comment.yml index cea6491dd5114..dc0dd87990a35 100644 --- a/.github/workflows/pr-vrt-comment.yml +++ b/.github/workflows/pr-vrt-comment.yml @@ -63,7 +63,7 @@ jobs: - name: VR App - Create Policy run: | - echo "MAKE THIS WORK" + echo "MAKE THIS WORK TEST" - name: Run screenshotdiff run: | From cd528773c754f5c763cccba32b46e9cafd94468e Mon Sep 17 00:00:00 2001 From: piyush-2712 Date: Wed, 22 Jan 2025 16:35:31 +0530 Subject: [PATCH 3/4] Add test comment in GitHub workflow --- .github/workflows/pr-vrt-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-vrt-comment.yml b/.github/workflows/pr-vrt-comment.yml index dc0dd87990a35..11d46dc7a4f0a 100644 --- a/.github/workflows/pr-vrt-comment.yml +++ b/.github/workflows/pr-vrt-comment.yml @@ -69,7 +69,7 @@ jobs: run: | echo "MAKE THIS WORK" npx vr-approval-cli@0.4.11 run-diff --screenshotsDirectory ./screenshots --buildType pr --clientType "FLUENTUI" --threshold '0.04' --cumThreshold '1' - +# Test # 💡 NOTE: # - following is manually provided setup used in previous ADO pipeline {@link file://./../../azure-pipelines.vrt-baseline.yml } # - keeping for future reference From e763c9cb02fc7ad5fa49f8edf7ce327c80db006c Mon Sep 17 00:00:00 2001 From: piyush-2712 Date: Wed, 22 Jan 2025 17:23:12 +0530 Subject: [PATCH 4/4] Remove 'TEST' from echo statement --- .github/workflows/pr-vrt-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-vrt-comment.yml b/.github/workflows/pr-vrt-comment.yml index 11d46dc7a4f0a..f1e8f32045479 100644 --- a/.github/workflows/pr-vrt-comment.yml +++ b/.github/workflows/pr-vrt-comment.yml @@ -63,7 +63,7 @@ jobs: - name: VR App - Create Policy run: | - echo "MAKE THIS WORK TEST" + echo "MAKE THIS WORK" - name: Run screenshotdiff run: |