Index: third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/device-disconnects-before-with-uuid.html |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/device-disconnects-before-with-uuid.html b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/device-disconnects-before-with-uuid.html |
index 4da8cb4717132dcc7c42e202c6f4715df128da42..bb8925bb66e660045c808d8c8cbe9ca5d40cafc2 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/device-disconnects-before-with-uuid.html |
+++ b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/device-disconnects-before-with-uuid.html |
@@ -20,7 +20,8 @@ promise_test(() => { |
.then(() => assert_promise_rejects_with_message( |
heart_rate_service.getCharacteristics('heart_rate_measurement'), |
new DOMException( |
- 'GATT Server is disconnected. Cannot retrieve characteristics.', |
+ 'GATT Server is disconnected. Cannot retrieve characteristics. ' + |
+ '(Re)connect first with `device.gatt.connect`.', |
'NetworkError'))); |
}); |
}, 'Device disconnects before getCharacteristics. Reject with NetworkError'); |