little change
This commit is contained in:
Родитель
1f2dde9513
Коммит
4ae6907ac6
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
|
|
|
@ -69,7 +69,7 @@ describe("WinMLDashboard Tests", function () {
|
|||
|
||||
it('click install python environment', function () {
|
||||
return app.client
|
||||
.click(pythonDownloadOption).waitForVisible('#modelToConvert', 1000*500)
|
||||
.click(pythonDownloadOption).waitForVisible('#modelToConvert', 1000*1000)
|
||||
})
|
||||
|
||||
it('sets model to convert', function () {
|
||||
|
|
Загрузка…
Ссылка в новой задаче