Add test case for Progress component (#2953)

* remove data-testid from div

* add test case for Progress component

* add changeset

* update the GraphiQLPage test cases to handle Progress timeout

* update the RadarComponent and RadarPage test case to handle Progress timeout

* update the TechDocsProgressBar test case to handle Progress timeout

* add changeset
This commit is contained in:
Abhishek Jakhar
2020-10-19 14:03:30 +05:30
committed by GitHub
parent 9150fd1631
commit 782f3b3541
7 changed files with 68 additions and 6 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/core': patch
'@backstage/plugin-graphiql': patch
'@backstage/plugin-tech-radar': patch
'@backstage/plugin-techdocs': patch
---
add test case for Progress component