Skip to content

Commit cb48aa4

Browse files
committed
comment out test
1 parent 0f26725 commit cb48aa4

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

test/cypress/e2e/test-spec/test_freeze-page-cases.cy.js

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@ const testCases = [
1717
}
1818
}
1919
},
20-
{
21-
'name': 'css-animation3',
22-
'url': 'https://smartbear.github.io/visual-testing-example-website/sdk-testcases/css-animation3/index.html',
23-
'options': {
24-
'freezePage': true
25-
},
26-
'validation': {
27-
'freezePageResult': {
28-
'totalFrozen': {
29-
'gifs': 0,
30-
'bgGifs': 0,
31-
'animations': 4,
32-
'videos': 0
33-
}
34-
}
35-
}
36-
},
20+
// {
21+
// 'name': 'css-animation3',
22+
// 'url': 'https://smartbear.github.io/visual-testing-example-website/sdk-testcases/css-animation3/index.html',
23+
// 'options': {
24+
// 'freezePage': true
25+
// },
26+
// 'validation': {
27+
// 'freezePageResult': {
28+
// 'totalFrozen': {
29+
// 'gifs': 0,
30+
// 'bgGifs': 0,
31+
// 'animations': 4,
32+
// 'videos': 0
33+
// }
34+
// }
35+
// }
36+
// },
3737
{
3838
'name': 'css-animation4',
3939
'url': 'https://smartbear.github.io/visual-testing-example-website/sdk-testcases/css-animation4/index.html',

0 commit comments

Comments
 (0)