Replies: 1 comment 2 replies
-
|
Any instance of an id being "dynamic" can be sidestepped by supplying your own id. If it doesn't, than it's a bug |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I started evaluating the bootstrap-vue-next package. Within vitests, we make extensive use of snapshots (inline or not) to test that our components render the correct markup. I noticed that the BVID changes with each execution. However, we need a fixed ID for each run. How can we best deal with this problem? Is there a way to reset the generated BVIDs for each test run?
Thanks.
PS: The Snapshot looks like:
Beta Was this translation helpful? Give feedback.
All reactions