From 533f6f76165c8a9d27af52dad0ec4ad4e3658885 Mon Sep 17 00:00:00 2001 From: Kaloyan Manolov Date: Mon, 21 Oct 2024 15:12:29 +0300 Subject: [PATCH] fix: uepr-8: Fix test --- test/integration/how-tos.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/how-tos.test.js b/test/integration/how-tos.test.js index d1dc3de3ef7..494d7ce4ef5 100644 --- a/test/integration/how-tos.test.js +++ b/test/integration/how-tos.test.js @@ -27,7 +27,7 @@ describe('Working with the how-to library', () => { await loadUri(uri); await clickText('Costumes'); await clickXpath('//*[@aria-label="Tutorials"]'); - await clickText('Add a Sprite'); // Modal should close + await clickText('Add a Backdrop'); // Modal should close // Make sure YouTube video on card appears await findByXpath('//div[contains(@class, "step-video")]'); const logs = await getLogs();