Skip to content

Commit 5b52ea2

Browse files
committed
refactor: removed obsolete test cases
1 parent 1d57ac2 commit 5b52ea2

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

.pa11yci

-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"wait": 2000
55
},
66
"urls": [
7-
"http://127.0.0.1:8080/patterns/base-colors/index.html",
87
"http://127.0.0.1:8080/patterns/base-icons/index.html",
9-
"http://127.0.0.1:8080/patterns/base-type-fonts/base-type-fonts.rendered.html",
108
"http://127.0.0.1:8080/patterns/elements-buttons/index.html",
119
"http://127.0.0.1:8080/patterns/elements-checkbox/index.html",
1210
"http://127.0.0.1:8080/patterns/elements-image/index.html",

tests/backstop.enterprise.json

-10
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,11 @@
3030
"// onBeforeScript": "puppet/onBefore.js",
3131
"// onReadyScript": "puppet/onReady.js",
3232
"scenarios": [
33-
{
34-
"label": "Colors",
35-
"url": "http://127.0.0.1:8080/patterns/base-colors/index.html",
36-
"referenceUrl": "https://db-ui.github.io/core/patterns/base-colors/index.html"
37-
},
3833
{
3934
"label": "Icons",
4035
"url": "http://127.0.0.1:8080/patterns/base-icons/index.html",
4136
"referenceUrl": "https://db-ui.github.io/core/patterns/base-icons/index.html"
4237
},
43-
{
44-
"label": "Type",
45-
"url": "http://127.0.0.1:8080/patterns/base-type/index.html",
46-
"referenceUrl": "https://db-ui.github.io/core/patterns/base-type/index.html"
47-
},
4838
{
4939
"label": "Elements - Buttons",
5040
"url": "http://127.0.0.1:8080/patterns/elements-buttons/index.html",

tests/backstop.json

-10
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,11 @@
3030
"// onBeforeScript": "puppet/onBefore.js",
3131
"// onReadyScript": "puppet/onReady.js",
3232
"scenarios": [
33-
{
34-
"label": "Colors",
35-
"url": "http://127.0.0.1:8080/patterns/base-colors/index.html",
36-
"referenceUrl": "https://db-ui.github.io/core/patterns/base-colors/index.html"
37-
},
3833
{
3934
"label": "Icons",
4035
"url": "http://127.0.0.1:8080/patterns/base-icons/index.html",
4136
"referenceUrl": "https://db-ui.github.io/core/patterns/base-icons/index.html"
4237
},
43-
{
44-
"label": "Type",
45-
"url": "http://127.0.0.1:8080/patterns/base-type/index.html",
46-
"referenceUrl": "https://db-ui.github.io/core/patterns/base-type/index.html"
47-
},
4838
{
4939
"label": "Elements - Buttons",
5040
"url": "http://127.0.0.1:8080/patterns/elements-buttons/index.html",

0 commit comments

Comments
 (0)