Index: third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/gen-garbage-collection-ran-during-error.html |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/gen-garbage-collection-ran-during-error.html b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/gen-garbage-collection-ran-during-error.html |
index cc4a965bb30a7edb9ebbb2ef3fc9ff1ca13f9d57..e46582adb1b7e52de9833acc7c21375c26d6ed10 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/gen-garbage-collection-ran-during-error.html |
+++ b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/gen-garbage-collection-ran-during-error.html |
@@ -16,7 +16,8 @@ promise_test(() => { |
promise = assert_promise_rejects_with_message( |
service.getCharacteristic('measurement_interval'), |
new DOMException( |
- 'GATT Server disconnected while retrieving characteristics.', |
+ 'GATT Server is disconnected. Cannot retrieve characteristics. ' + |
+ '(Re)connect first with `device.gatt.connect`.', |
'NetworkError')); |
// Disconnect called to clear attributeInstanceMap and allow the |
// object to get garbage collected. |