File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ test("Add New Question with sub type", async t => {
141
141
. expect ( getVisibleElement ( ".svc-question__content-actions .svc-survey-element-toolbar-item__title" ) . nth ( 1 ) . textContent ) . eql ( "Stars" ) ;
142
142
143
143
let expectedJson = {
144
- "headerView" : ' advanced' ,
144
+ "headerView" : " advanced" ,
145
145
"pages" : [
146
146
{
147
147
"name" : "page1" ,
@@ -168,7 +168,7 @@ test("Add New Question with sub type", async t => {
168
168
. expect ( getVisibleElement ( ".svc-question__content-actions .svc-survey-element-toolbar-item__title" ) . nth ( 1 ) . textContent ) . eql ( "Password" ) ;
169
169
170
170
expectedJson = < any > {
171
- "headerView" : ' advanced' ,
171
+ "headerView" : " advanced" ,
172
172
"pages" : [
173
173
{
174
174
"name" : "page1" ,
@@ -195,7 +195,7 @@ test("Add New Question with sub type", async t => {
195
195
. expect ( getVisibleElement ( ".svc-question__content-actions .svc-survey-element-toolbar-item__title" ) . nth ( 1 ) . textContent ) . eql ( "Labels" ) ;
196
196
197
197
expectedJson = < any > {
198
- "headerView" : ' advanced' ,
198
+ "headerView" : " advanced" ,
199
199
"pages" : [
200
200
{
201
201
"name" : "page1" ,
@@ -210,4 +210,4 @@ test("Add New Question with sub type", async t => {
210
210
} ;
211
211
resultJson = await getJSON ( ) ;
212
212
await t . expect ( resultJson ) . eql ( expectedJson ) ;
213
- } ) ;
213
+ } ) ;
You can’t perform that action at this time.
0 commit comments