Index: third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/device-disconnects-during.html |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/device-disconnects-during.html b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/device-disconnects-during.html |
index c2776b988983e65f114a8850d82b91b5a20a116e..c31f0ab6229c6edc474164462c3f5cfe33523550 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/device-disconnects-during.html |
+++ b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/device-disconnects-during.html |
@@ -21,7 +21,8 @@ promise_test(() => { |
return assert_promise_rejects_with_message( |
heart_rate_service.getCharacteristic('heart_rate_measurement'), |
new DOMException( |
- 'GATT Server disconnected while retrieving characteristics.', |
+ 'GATT Server is disconnected. Cannot retrieve characteristics. ' + |
+ '(Re)connect first with `device.gatt.connect`.', |
'NetworkError')); |
}); |
}); |