@@ -10,18 +10,18 @@ const testCases: TestsCase[] = [
10
10
{ name : 'OpenAPI' , url : '/snyk-api/reference/apps' , run : waitForCookiesDialog } ,
11
11
] ,
12
12
} ,
13
- {
14
- name : 'Nexthink' ,
15
- contentBaseURL : 'https://docs.nexthink.com' ,
16
- tests : [
17
- {
18
- name : 'Home' ,
19
- url : '/' ,
20
- screenshot : { waitForTOCScrolling : false } ,
21
- run : waitForCookiesDialog ,
22
- } ,
23
- ] ,
24
- } ,
13
+ // {
14
+ // name: 'Nexthink',
15
+ // contentBaseURL: 'https://docs.nexthink.com',
16
+ // tests: [
17
+ // {
18
+ // name: 'Home',
19
+ // url: '/',
20
+ // screenshot: { waitForTOCScrolling: false },
21
+ // run: waitForCookiesDialog,
22
+ // },
23
+ // ],
24
+ // },
25
25
{
26
26
name : 'asiksupport-stg.dto.kemkes.go.id' ,
27
27
contentBaseURL : 'https://asiksupport-stg.dto.kemkes.go.id' ,
@@ -157,11 +157,11 @@ const testCases: TestsCase[] = [
157
157
contentBaseURL : 'https://wiki.redmodding.org' ,
158
158
tests : [ { name : 'Home' , url : '/' } ] ,
159
159
} ,
160
- {
161
- name : 'docs.cherry-ai.com' ,
162
- contentBaseURL : 'https://docs.cherry-ai.com' ,
163
- tests : [ { name : 'Home' , url : '/' , run : waitForCookiesDialog } ] ,
164
- } ,
160
+ // {
161
+ // name: 'docs.cherry-ai.com',
162
+ // contentBaseURL: 'https://docs.cherry-ai.com',
163
+ // tests: [{ name: 'Home', url: '/', run: waitForCookiesDialog }],
164
+ // },
165
165
{
166
166
name : 'docs.snyk.io' ,
167
167
contentBaseURL : 'https://docs.snyk.io' ,
0 commit comments