diff --git a/nala/studio/studio.test.js b/nala/studio/studio.test.js index fad54202..b938caa6 100644 --- a/nala/studio/studio.test.js +++ b/nala/studio/studio.test.js @@ -32,9 +32,6 @@ test.describe('M@S Studio feature test suite', () => { page, baseURL, }) => { - const name = `${features[0].name}`; - - test.slow(); const { data } = features[0]; const testPage = `${baseURL}${features[0].path}${miloLibs}${features[0].browserParams}${data.cardid}`; console.info('[Test Page]: ', testPage); @@ -57,9 +54,6 @@ test.describe('M@S Studio feature test suite', () => { page, baseURL, }) => { - const name = `${features[0].name}`; - - test.slow(); const { data } = features[1]; const testPage = `${baseURL}${features[1].path}${miloLibs}${features[1].browserParams}`; console.info('[Test Page]: ', testPage); @@ -92,9 +86,6 @@ test.describe('M@S Studio feature test suite', () => { page, baseURL, }) => { - const name = `${features[2].name}`; - - test.slow(); const { data } = features[2]; const testPage = `${baseURL}${features[2].path}${miloLibs}${features[2].browserParams}${data.cardid}`; console.info('[Test Page]: ', testPage); @@ -109,7 +100,7 @@ test.describe('M@S Studio feature test suite', () => { await (await studio.getCard(data.cardid, 'suggested')).dblclick(); expect(await studio.editorPanel).toBeVisible; }); - await test.step('step-2: Open card editor', async () => { + await test.step('step-3: Edit title field', async () => { expect(await studio.editorPanel.title).toBeVisible; await expect( await studio.editorPanel.locator(studio.editorTitle),