Respond to PR comment.
This commit is contained in:
parent
93ebe39e43
commit
4c0bd812c1
|
@ -3158,7 +3158,7 @@ describe.each([
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
it("should be able to filter rows to be calculated on on the view", async () => {
|
it("should be able to filter rows on the view itself", async () => {
|
||||||
const table = await config.api.table.save(
|
const table = await config.api.table.save(
|
||||||
saveTableRequest({
|
saveTableRequest({
|
||||||
schema: {
|
schema: {
|
||||||
|
@ -3236,11 +3236,6 @@ describe.each([
|
||||||
tableId: table._id!,
|
tableId: table._id!,
|
||||||
name: generator.guid(),
|
name: generator.guid(),
|
||||||
type: ViewV2Type.CALCULATION,
|
type: ViewV2Type.CALCULATION,
|
||||||
query: {
|
|
||||||
equal: {
|
|
||||||
quantity: 1,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
schema: {
|
schema: {
|
||||||
quantity: { visible: true },
|
quantity: { visible: true },
|
||||||
sum: {
|
sum: {
|
||||||
|
|
Loading…
Reference in New Issue