1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-15 01:19:10 +00:00

Version 3.4.2

This commit is contained in:
Girish Ramakrishnan
2023-01-12 10:53:26 +01:00
parent 02d58cec8b
commit 661c07147e
5 changed files with 35 additions and 30 deletions

View File

@@ -75,11 +75,7 @@ describe('Application life cycle test', function () {
await browser.sleep(2000);
await browser.findElement(By.xpath('//input[@id="bucket-name"]')).sendKeys(BUCKET);
await browser.findElement(By.xpath('//button[@id="create-bucket"]')).click();
if (app.manifest.version === '3.4.0') {
await waitForElement(By.xpath(`//h1[contains(text(), "${BUCKET}")]`));
} else {
await waitForElement(By.xpath(`//a[contains(text(), "${BUCKET}")]`));
}
await waitForElement(By.xpath(`//h1[contains(text(), "${BUCKET}")]`));
await delay(5000);
}