Web Dev Solutions

Catalin Mititiuc

From 1833dfebf19cf4478a74d907b52c9e569879646f Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Thu, 25 Apr 2024 17:21:46 -0700 Subject: WIP: firing arcs algo --- test/integration/page.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/integration/page.test.js') diff --git a/test/integration/page.test.js b/test/integration/page.test.js index 452d542..003f9db 100644 --- a/test/integration/page.test.js +++ b/test/integration/page.test.js @@ -19,7 +19,7 @@ it('loads the page', async () => { it('selects a trooper by clicking on their counter', async () => { await driver.switchTo().frame(driver.findElement(By.css('object'))); - const selector = 'use.counter[data-allegiance="liao"][data-number="1"]', + const selector = '.counter[data-allegiance="liao"][data-number="1"]', svg = await driver.findElement(By.css('svg')), counter = await driver.findElement(By.css(selector), svg); -- cgit v1.2.3