Blake Stovall

Results 22 comments of Blake Stovall

One clarification needed: The CSSTransition classes are React components that take an integer timeout value in milliseconds. The PandaCSS tokens are string values and include the units (e.g., `300ms`, `0.1s`)....

I am running into two problems with this. Problem #1: The render thought tests are throwing an error when running the `removeHUD` helper. In particular, it appears that when trying...

No, problem 1 is not occurring in main but I've opted to keep the problematic duration changes for the end so I'll debug a bit more when I circle back....

It looks like you discovered a slightly bigger problem: It appears that semantic tokens do not return the raw value like a token does but instead returns a variable: E.g.,...

Is there a possible solution where, when we are in the e2e tests, we do something like this? https://stackoverflow.com/a/11132887/7020955

> > I did some digging on #2 and I do not believe there is even a way to disable it in Chromium. I have a StackOverflow question pending about...

I submitted a PR with enough `sleep` calls removed that the test length is down from 60 seconds on my machine to < 40 seconds. We should get that merged...

There are two sleeps remaining and I think we should save those for later. They are: `cursor.ts` - This appears to be needed for waiting until the cursor position is...

I'm not entirely sure if it's possible to use vitest with BrowserStack and if it is, how. The current implementation uses the `browserstacksdk` and uses a command like `browserstack-node-sdk jest...

Looks like I managed to get the Jest tests reversed engineered enough to get it working with vitest. I spent a few hours banging my head against the wall because...