Skip to content

Commit dc089f0

Browse files
committed
[test] add server.terminate() to cases
Cases may block framework on this
1 parent ac8ec2d commit dc089f0

File tree

2 files changed

+2
-0
lines changed
  • test/sanity

2 files changed

+2
-0
lines changed

test/sanity/issue4877-inject-webview/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@
4545
assert(len(elems) == 1)
4646
finally:
4747
driver.quit()
48+
server.terminate()

test/sanity/issue5087-webview-cleardata/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@
4444
assert('success' in result)
4545
finally:
4646
driver.quit()
47+
server.terminate()

0 commit comments

Comments
 (0)