View | Details | Raw Unified | Return to bug 37576
Collapse All | Expand All

(-)a/t/cypress/support/e2e.js (-1 / +60 lines)
Lines 214-219 cy.get_agreement = () => { Link Here
214
                uploaded_on: "2022-10-27T11:57:02+00:00",
214
                uploaded_on: "2022-10-27T11:57:02+00:00",
215
            },
215
            },
216
        ],
216
        ],
217
        extended_attributes: [
218
            {
219
                field_id: 1,
220
                id: "1",
221
                record_id: "1",
222
                value: "REF",
223
            },
224
            {
225
                field_id: 1,
226
                id: "2",
227
                record_id: "1",
228
                value: "NFIC",
229
            },
230
            {
231
                field_id: 2,
232
                id: "3",
233
                record_id: "1",
234
                value: "some text",
235
            },
236
            {
237
                field_id: 3,
238
                id: "4",
239
                record_id: "1",
240
                value: "some repeatable text",
241
            },
242
            {
243
                field_id: 4,
244
                id: "5",
245
                record_id: "1",
246
                value: "AF",
247
            },
248
        ],
249
        _strings: {
250
            additional_field_values: [
251
                {
252
                    field_id: 1,
253
                    field_label: "AV Repeatable",
254
                    type: "av",
255
                    value_str: "Reference, Non-fiction",
256
                },
257
                {
258
                    field_id: 2,
259
                    field_label: "Text non-repeatable",
260
                    type: "text",
261
                    value_str: "some text",
262
                },
263
                {
264
                    field_id: 3,
265
                    field_label: "Text repeatable",
266
                    type: "text",
267
                    value_str: "some repeatable text",
268
                },
269
                {
270
                    field_id: 4,
271
                    field_label: "AV Searchable",
272
                    type: "av",
273
                    value_str: "Afghanistan",
274
                },
275
            ],
276
        }
217
    };
277
    };
218
}
278
}
219
279
220
- 

Return to bug 37576