Fix test; add some scripts
This commit is contained in:
@@ -16,10 +16,10 @@ it('loads the page', async () => {
|
||||
expect(await driver.getTitle()).toEqual('Infantry Combat Solo Basic');
|
||||
});
|
||||
|
||||
it('selects a trooper by clicking on their counter', async () => {
|
||||
it('selects an off-board soldier', async () => {
|
||||
await driver.switchTo().frame(driver.findElement(By.css('object')));
|
||||
|
||||
const selector = '.counter[data-allegiance="liao"][data-number="1"]',
|
||||
const selector = '.counter[data-allegiance="attacker"][data-number="1"]',
|
||||
svg = await driver.findElement(By.css('svg')),
|
||||
counter = await driver.findElement(By.css(selector), svg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user