more test fixing

This commit is contained in:
Girish Ramakrishnan 2024-01-18 12:21:14 +01:00
parent 6f63008dd3
commit 441b8dba99

View file

@ -104,6 +104,7 @@ describe('Application life cycle test', function () {
async function closeAccountSetupDialog() {
await browser.get('https://' + app.fqdn);
await waitForElement(By.xpath('//span[contains(text(), "show me this anymore")]'));
await browser.findElement(By.xpath('//span[contains(text(), "show me this anymore")]')).click();
await browser.findElement(By.xpath('//a[contains(text(), "Set up")]')).click();
await browser.sleep(3000);