Index: third_party/WebKit/LayoutTests/bluetooth/characteristic/readValue/gen-gatt-op-reconnect-during-success.html |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/characteristic/readValue/gen-gatt-op-reconnect-during-success.html b/third_party/WebKit/LayoutTests/bluetooth/characteristic/readValue/gen-gatt-op-reconnect-during-success.html |
index 718d8653b8d2103344c847458316ec392c9b832b..447d4e9cc0c8c50aa10c79ad4e857b5bacd44adf 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/characteristic/readValue/gen-gatt-op-reconnect-during-success.html |
+++ b/third_party/WebKit/LayoutTests/bluetooth/characteristic/readValue/gen-gatt-op-reconnect-during-success.html |
@@ -15,7 +15,8 @@ promise_test(() => { |
.then(characteristic => { |
let promise = assert_promise_rejects_with_message( |
characteristic.readValue(), |
- new DOMException('GATT Server disconnected while performing a GATT operation.', |
+ new DOMException('GATT Server is disconnected. Cannot perform GATT operations. ' + |
+ '(Re)connect first with `device.gatt.connect`.', |
'NetworkError')); |
let gatt = characteristic.service.device.gatt; |
gatt.disconnect(); |