Chore: Add timeout for storybook e2e, only run on changes to @grafana/ui (#90035)
* add timeout for storybook, only run on changes to @grafana/ui * add comment to trigger verify-storybook * remove test comment * add comment * use a later version of wait-on * remove comment and hardcode wait-on version
This commit is contained in:
@@ -799,7 +799,7 @@ def e2e_storybook_step():
|
||||
"PORT": "9001",
|
||||
},
|
||||
"commands": [
|
||||
"npx wait-on@7.0.1 http://$HOST:$PORT",
|
||||
"npx wait-on@7.2.0 -t 1m http://$HOST:$PORT",
|
||||
"yarn e2e:storybook",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user