peeky icon indicating copy to clipboard operation
peeky copied to clipboard

ERROR Variable "$testSlug" of required type "String!" was not provided

Open avilano opened this issue 4 years ago • 2 comments

While trying to follow the getting started guide I saw this error on the VSCode terminal. It did not broke the test or the UI but it appeared after the first npm run test:open

ERROR  Variable "$testSlug" of required type "String!" was not provided.
{
 "message": "Variable \"$testSlug\" of required type \"String!\" was not provided.",
 "locations": [
   {
     "line": 1,
     "column": 39
   }
 ],
 "extensions": {
   "code": "INTERNAL_SERVER_ERROR"
 }
}

avilano avatar Aug 23 '21 00:08 avilano

Probably a missing check in the UI

Akryum avatar Aug 23 '21 10:08 Akryum

What was the URL in the browser?

Akryum avatar Aug 23 '21 13:08 Akryum