From 80f224b0f9bdc60a7ee7cc70184e036818d97fe5 Mon Sep 17 00:00:00 2001 From: Lachlan Reynolds Date: Tue, 2 Jun 2026 14:56:06 +1200 Subject: [PATCH] Fix button click UI test [no_release] --- tests/UI/CustomTranslationReporting_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); });