Browse Source

test: skip value population for Created and LastModified

pull/7304/head
Pranav C 8 months ago
parent
commit
69c1d7dd67
  1. 4
      packages/nocodb/tests/unit/rest/tests/newDataApis.test.ts

4
packages/nocodb/tests/unit/rest/tests/newDataApis.test.ts

@ -2001,7 +2001,7 @@ function linkBased() {
return Array.from({ length: count }, (_, index) => i + index);
}
it.only('Create Many-Many ', async function () {
it('Create Many-Many ', async function () {
await ncAxiosLinkAdd({
urlParams: {
tableId: tblActor.id,
@ -2736,7 +2736,7 @@ function linkBased() {
await nestedAddTests(validParams);
});
it.only('Error handling : MM: Nested REMOVE', async function () {
it('Error handling : MM: Nested REMOVE', async function () {
// Prepare data
await ncAxiosLinkAdd({
urlParams: {

Loading…
Cancel
Save