Browse Source

chore: fix sleep action test

jamesread 7 tháng trước cách đây
mục cha
commit
c59bcc62db
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      integration-tests/tests/sleep/sleep.js

+ 1 - 1
integration-tests/tests/sleep/sleep.js

@@ -44,6 +44,6 @@ describe('config: sleep', function () {
 
     await killButton.click()
 
-    await requireExecutionDialogStatus(webdriver, "Completed Exit code: -1")
+    await requireExecutionDialogStatus(webdriver, "Completed (Exit code: -1)")
   })
 })