This commit is contained in:
Adria Navarro 2024-10-24 12:22:51 +02:00
parent bbc9a2798d
commit ae6f2f9382
1 changed files with 2 additions and 0 deletions

View File

@ -974,6 +974,7 @@ describe("/rowsActions", () => {
[
"internal",
async () => {
await config.newTenant()
await config.api.application.addSampleData(config.getAppId())
const tables = await config.api.table.fetch()
const table = tables.find(
@ -985,6 +986,7 @@ describe("/rowsActions", () => {
[
"external",
async () => {
await config.newTenant()
const ds = await config.createDatasource({
datasource: await getDatasource(DatabaseName.POSTGRES),
})