1
0
Fork 0
mirror of synced 2024-09-24 13:21:53 +12:00

Update tests again

This commit is contained in:
Andrew Kingston 2024-09-18 13:17:30 +01:00
parent fd9a2f87d1
commit a0350a75ef
No known key found for this signature in database

View file

@ -462,7 +462,7 @@ describe.each([
}
await config.api.viewV2.create(newView, {
status: 200,
status: 201,
})
})
})
@ -792,24 +792,6 @@ describe.each([
)
})
it("can views with readonly on on free license", async () => {
view = await config.api.viewV2.update({
...view,
schema: {
id: { visible: true },
Price: {
visible: true,
readonly: true,
},
},
})
mocks.licenses.useCloudFree()
await config.api.viewV2.update(view, {
status: 200,
})
})
isInternal &&
it("updating schema will only validate modified field", async () => {
let view = await config.api.viewV2.create({