Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

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

Open
avilano opened this issue Aug 23, 2021 · 2 comments
Open
Labels
bug Something isn't working comp:ui

Comments

@avilano
Copy link
Contributor

avilano commented Aug 23, 2021

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"
 }
}
@Akryum
Copy link
Owner

Akryum commented Aug 23, 2021

Probably a missing check in the UI

@Akryum Akryum added the bug Something isn't working label Aug 23, 2021
@Akryum
Copy link
Owner

Akryum commented Aug 23, 2021

What was the URL in the browser?

@Akryum Akryum added the comp:ui label Aug 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working comp:ui
Projects
None yet
Development

No branches or pull requests

2 participants