Przeglądaj źródła

Wait for bubble to stop for real in the test

pull/16/head
Kristijan Mitrovic 4 lat temu
rodzic
commit
bb128d8af9
1 zmienionych plików z 3 dodań i 7 usunięć
  1. +3
    -7
      bubble-server/src/test/resources/models/tests/live/backup_and_restore.json

+ 3
- 7
bubble-server/src/test/resources/models/tests/live/backup_and_restore.json Wyświetl plik

@@ -135,13 +135,9 @@
},

{
"comment": "verify network is stopped",
"request": {"uri": "me/networks/{{bubbleNetwork.network}}" },
"response": {
"check": [
{"condition": "json.getState().name() == 'stopped'"}
]
}
"comment": "wait for network to stop",
"before": "await_url me/networks/{{bubbleNetwork.network}} 5m 10s await_json.getState().name() == 'stopped'",
"request": { "uri": "me" }
},

{


Ładowanie…
Anuluj
Zapisz