Index: third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/reconnect-during.html |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/reconnect-during.html b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/reconnect-during.html |
index e7591b403f46674f91fd25e334612ae5c7363736..1afecaa9aff0736e4529002c3746207c4401ff38 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/reconnect-during.html |
+++ b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/reconnect-during.html |
@@ -15,7 +15,8 @@ promise_test(() => { |
let promise = assert_promise_rejects_with_message( |
service.getCharacteristics(), |
new DOMException( |
- 'GATT Server disconnected while retrieving characteristics.', |
+ 'GATT Server is disconnected. Cannot retrieve characteristics. ' + |
+ '(Re)connect first with `device.gatt.connect`.', |
'NetworkError')); |
gattServer.disconnect(); |
return gattServer.connect().then(() => promise); |