Žiga Krašovec

Results 10 comments of Žiga Krašovec

Guys don't want to sound rude, but English would be very much appreciated. Having to deal with issues is not fun, having to copy/paste entire thread to Google Translate is...

> @zigcccc dumb question > > version 2.1.3 in package.json with no caret range right? @luizwhite You're correct yep, `2.1.3` without the caret, we need to be specific on what...

@shijl0925 a simpler workaround approach is to extend the `TestClient` class with your own implementation: ```python class ApiTestClient(TestClient): def _resolve( self, method: str, path: str, data: Dict, request_params: Any )...

@simon-gilmurray when I try to escape special char (currency symbol `€`), I get an error in the console: ``` found unknown escape character €(8364) ``` ![SI_user-can-manipulate-cart yaml — mobileappb2c 2024-03-22...

> > @simon-gilmurray when I try to escape special char (currency symbol `€`), I get an error in the console: > > ``` > > found unknown escape character €(8364)...

hmm so I was actually able to get around the parsing problem by using multiline text approach `>-` and no quotation ``` assertVisible: >- Cena na enoto: 2,46 \€ ```...

I'm getting this too after updating from `5.2.2` to `5.6.2`. Similar to others reporting this, I have `allowJs: true` set.

+1 also experiencing this. The suggested workaround does the job, but it would be a lot cleaner to be able to merge the two together.

is there a solution for `pnpm`? I'm facing the same issue, but not sure what to try as there's no `dedup` with pnpm