Update tests again
This commit is contained in:
parent
fd9a2f87d1
commit
a0350a75ef
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue