-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Labels
Area: Build SystemArea: StorywrightFluent UI react (v8)Issues about @fluentui/react (v8)Issues about @fluentui/react (v8)Fluent UI react-components (v9)Fluent UI react-northstar (v0)Work related to Fluent UI V0Work related to Fluent UI V0Status: In PRType: Bug 🐛
Description
Area
build
Environment
System:
OS: Linux 5.15 Ubuntu 22.04.3 LTS 22.04.3 LTS (Jammy Jellyfish)
CPU: (32) x64 Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Memory: 46.38 GB / 62.77 GB
Container: Yes
Shell: 5.1.16 - /bin/bash
Binaries:
Node: 20.14.0 - ~/.nvm/versions/node/v20.14.0/bin/node
Yarn: 1.23.34 - /mnt/c/Program Files (x86)/Yarn/bin/yarn
npm: 10.7.0 - ~/.nvm/versions/node/v20.14.0/bin/npm
npmPackages:
eslint: 8.57.0 => 8.57.0
prettier: 2.8.8 => 2.8.8
storybook: 7.6.20 => 7.6.20
typescript: 5.3.3 => 5.3.3Current Behavior
In the repro PR I made an override to make all Button backgrounds red - the output screenshots have no mention of the other steps that are used in the Button tests
This might be happening happening because storywright is using some internal API that does not seem to exist anymore
Storywright in latest version also uses a different mechanism to fetch steps storywright/src/StoryWright/BrowserExecutor.ts at main · microsoft/storywright
If you try to run locally you get these "wonderful" error messages
Expected Behavior
VR tests should run interactive steps
Reproduction
Steps to reproduce
- Clone repro PR
- Navigate to
apps/vr-tests-react-components - Run
yarn build-storybook - Run
yarn test-vr - See error messages
Suggested severity
Urgent - No workaround and Products/sites are affected
Products/sites affected
No response
Are you willing to submit a PR to fix?
no
Validations
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- The provided reproduction is a minimal reproducible example of the bug.
Metadata
Metadata
Assignees
Labels
Area: Build SystemArea: StorywrightFluent UI react (v8)Issues about @fluentui/react (v8)Issues about @fluentui/react (v8)Fluent UI react-components (v9)Fluent UI react-northstar (v0)Work related to Fluent UI V0Work related to Fluent UI V0Status: In PRType: Bug 🐛



