From 10d3280ba0fbcc787adaf4c0c088608ee9eb8c86 Mon Sep 17 00:00:00 2001 From: piyush-2712 Date: Wed, 22 Jan 2025 12:50:13 +0000 Subject: [PATCH 1/4] 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 cea6491dd5114c..dc0dd87990a350 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 52b4780a1e28dbda1ccc00ec79b580f0c1718eba Mon Sep 17 00:00:00 2001 From: piyush-2712 Date: Wed, 22 Jan 2025 19:21:38 +0530 Subject: [PATCH 2/4] Update TeachingPopoverCarousel.stories.tsx --- .../TeachingPopover/TeachingPopoverCarousel.stories.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 922bbe8253a05d..23dc4471a8f69e 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,20 +28,20 @@ export const Carousel = () => ( }> Teaching Bubble Title -
This is page: 1
+
This test page: 1
}> Teaching Bubble Title -
This is page: 2
+
This is page: test 2
- + }> - Teaching Bubble Title + Teaching Bubble 3 Title
This is page: 3
From 531f925fea3700842d28610a5162d89c0da1afd2 Mon Sep 17 00:00:00 2001 From: piyush-2712 Date: Fri, 31 Jan 2025 10:16:56 +0530 Subject: [PATCH 3/4] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab198d1871b4b1..c703034ca35086 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@fluentui/fluentui-repo", "version": "1.0.0", - "description": "Reusable React components for building experiences for Microsoft 365.", + "description": "Reusable React components for test building experiences for Microsoft 365.", "private": true, "repository": { "type": "git", From ef210ecd351515107d506c30c062472f8f4ce6b3 Mon Sep 17 00:00:00 2001 From: piyush-2712 Date: Fri, 31 Jan 2025 11:30:00 +0530 Subject: [PATCH 4/4] Update pr-vrt.yml --- .github/workflows/pr-vrt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-vrt.yml b/.github/workflows/pr-vrt.yml index 90901135c32cb7..a1415dc33c6f08 100644 --- a/.github/workflows/pr-vrt.yml +++ b/.github/workflows/pr-vrt.yml @@ -42,7 +42,7 @@ jobs: - run: yarn playwright install --with-deps - name: Run VR tests (generate screenshots) - run: yarn nx affected -t test-vr --nxBail + run: yarn nx affected run-many -t test-vr --nxBail - name: Prepare VR screenshots for upload uses: actions/github-script@v7