Version 1.77.0
This commit is contained in:
parent
ea4c66ea9e
commit
371db41bac
|
@ -369,3 +369,6 @@
|
||||||
[1.76.0]
|
[1.76.0]
|
||||||
* Update minio to 2019-08-21T19-40-07Z
|
* Update minio to 2019-08-21T19-40-07Z
|
||||||
|
|
||||||
|
[1.77.0]
|
||||||
|
* Update minio to 2019-08-29T00-25-01Z
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "1.76.0",
|
"version": "1.77.0",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Minio <upstream>2019-08-21T19-40-07Z</upstream>.
|
This app packages Minio <upstream>2019-08-29T00-25-01Z</upstream>.
|
||||||
|
|
||||||
Minio is a distributed object storage server built for cloud applications and devops.
|
Minio is a distributed object storage server built for cloud applications and devops.
|
||||||
|
|
||||||
|
|
|
@ -100,10 +100,10 @@ describe('Application life cycle test', function () {
|
||||||
}).then(function () {
|
}).then(function () {
|
||||||
return browser.findElement(by.className('fa-plus')).click();
|
return browser.findElement(by.className('fa-plus')).click();
|
||||||
}).then(function () {
|
}).then(function () {
|
||||||
const c = app.manifest.version === '1.75.0' ? 'fa-hdd' : 'fa-hdd-o';
|
const c = 'fa-hdd';
|
||||||
return visible(by.className(c));
|
return visible(by.className(c));
|
||||||
}).then(function () {
|
}).then(function () {
|
||||||
const c = app.manifest.version === '1.75.0' ? 'fa-hdd' : 'fa-hdd-o';
|
const c = 'fa-hdd';
|
||||||
return browser.findElement(by.className(c)).click();
|
return browser.findElement(by.className(c)).click();
|
||||||
}).then(function () {
|
}).then(function () {
|
||||||
return visible(by.xpath('//*[@class="modal-body"]/form/div/input'));
|
return visible(by.xpath('//*[@class="modal-body"]/form/div/input'));
|
||||||
|
|
Loading…
Reference in New Issue