Error: Invalid cookie fields when i run authorization tests #8344
Labels
STATE: Need clarification
An issue lacks information for further research.
TYPE: bug
The described behavior is considered as wrong (bug).
What is your Scenario?
this looks like the same issue as here: #8253
i run four tests with authorization where i get and set Cookies in parallel also using test.before hooks
What is the Current behavior?
i get an error when i remove page function in fixture, when i put it back error dissapears
What is the Expected behavior?
api test succesfully passed
What is the public URL of the test page? (attach your complete example)
sorry i cannot find good website example with Bearer token
What is your TestCafe test code?
Your complete configuration file
no
Your complete test report
No response
Screenshots
Steps to Reproduce
TestCafe version
3.7.0
Node.js version
v20.14.0
Command-line arguments
npx testcafe edge:headless .\test.ts -c 4
Browser name(s) and version(s)
Edge or Chrome 131.0.0.0
Platform(s) and version(s)
Windows 11
Other
it is strange that everything works when i add fixture.page() function to my api tests, when i remove it i receive this error
The text was updated successfully, but these errors were encountered: