diff --git a/tests/UI/CustomTranslationReporting_spec.js b/tests/UI/CustomTranslationReporting_spec.js index 66fbb41..41adadc 100644 --- a/tests/UI/CustomTranslationReporting_spec.js +++ b/tests/UI/CustomTranslationReporting_spec.js @@ -114,7 +114,7 @@ describe("CustomTranslationReporting", function () { it("should show the original dashboard name when trying to rename dashboard", async function () { await captureModal('dashboard_rename', async function () { await page.click('.dashboard-manager .title'); - await page.click('li[data-action=renameDashboard]'); + await page.click('button[data-action=renameDashboard]'); await page.waitForTimeout(300); }); });