feat(testing): typo

This commit is contained in:
Muhammed Mustafa
2022-10-21 15:35:20 +05:30
parent 8631458da7
commit 3b616453eb

View File

@@ -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",