@@ -21,11 +21,11 @@ describe('custom commands', () => {
21
21
});
22
22
23
23
it('tasklog1 long', () => {
24
- cy.tasklog1({long: {long: ['chicken', 'chicken', 'chicken', 'chicken', 'chicken', 'chicken', 'chicken', 'chicken' ]}} );
24
+ cy.tasklog1("0123456789".repeat(21) );
25
25
});
26
26
27
27
it('just long log', () => {
28
- cy.log(JSON.stringify({long: {long: ['chicken', 'chicken', 'chicken', 'chicken', 'chicken', 'chicken', 'chicken', 'chicken' ]}} ));
28
+ cy.log("0123456789".repeat(21 ));
29
29
});
30
30
});
31
31
` ,
@@ -99,7 +99,7 @@ describe('custom commands', () => {
99
99
{
100
100
name : 'tasklog1 args' ,
101
101
sourceContent :
102
- '{"long":{"long":["chicken","chicken","chicken","chicken","chicken","chicken","chicken","chicken"]}} ' ,
102
+ '012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789 ' ,
103
103
type : 'application/json' ,
104
104
} ,
105
105
] ,
@@ -110,7 +110,7 @@ describe('custom commands', () => {
110
110
{
111
111
name : 'task: log args' ,
112
112
sourceContent :
113
- 'log\n{"long":{"long":["chicken","chicken","chicken","chicken","chicken","chicken","chicken","chicken"]}} ' ,
113
+ 'log\n012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789 ' ,
114
114
type : 'application/json' ,
115
115
} ,
116
116
] ,
@@ -121,7 +121,7 @@ describe('custom commands', () => {
121
121
{
122
122
name : 'task args' ,
123
123
sourceContent :
124
- 'log, {"long":{"long":["chicken","chicken","chicken","chicken","chicken","chicken","chicken","chicken"]}} ' ,
124
+ 'log, "012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789" ' ,
125
125
type : 'application/json' ,
126
126
} ,
127
127
] ,
@@ -156,7 +156,7 @@ describe('custom commands', () => {
156
156
{
157
157
name : 'log args' ,
158
158
sourceContent :
159
- '{"long":{"long":["chicken","chicken","chicken","chicken","chicken","chicken","chicken","chicken"]}} ' ,
159
+ '012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789 ' ,
160
160
type : 'application/json' ,
161
161
} ,
162
162
] ,
0 commit comments