mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 15:26:48 +00:00
feat(testing): typo
This commit is contained in:
@@ -12,7 +12,7 @@ test.describe("Attachment column", () => {
|
||||
dashboard = new DashboardPage(page, context.project);
|
||||
});
|
||||
|
||||
test.only("Create and verify atttachent column, verify it in shared form,", async ({page, context}) => {
|
||||
test("Create and verify atttachent column, verify it in shared form,", async ({page, context}) => {
|
||||
await dashboard.treeView.openTable({title: "Country"});
|
||||
await dashboard.grid.column.create({
|
||||
title: "testAttach",
|
||||
|
||||
Reference in New Issue
Block a user