mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-12 17:15:37 +00:00
cicd: fix broken test, hopefully
This commit is contained in:
5
integration-tests/lib/elements.js
Normal file
5
integration-tests/lib/elements.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { By } from 'selenium-webdriver'
|
||||
|
||||
export async function getActionButtons (webdriver) {
|
||||
return await webdriver.findElement(By.id('contentActions')).findElements(By.tagName('button'))
|
||||
}
|
||||
Reference in New Issue
Block a user