Index: third_party/WebKit/LayoutTests/bluetooth/characteristic/readValue/gen-gatt-op-device-disconnects-before.html |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/characteristic/readValue/gen-gatt-op-device-disconnects-before.html b/third_party/WebKit/LayoutTests/bluetooth/characteristic/readValue/gen-gatt-op-device-disconnects-before.html |
index 5b0f073c01c74cc9b6b1bd303d769b95e14fa2c3..b0fc0993a6b72a384878c4d2901a90a9bb9fef01 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/characteristic/readValue/gen-gatt-op-device-disconnects-before.html |
+++ b/third_party/WebKit/LayoutTests/bluetooth/characteristic/readValue/gen-gatt-op-device-disconnects-before.html |
@@ -23,7 +23,8 @@ promise_test(() => { |
.then(() => assert_promise_rejects_with_message( |
measurement_interval.readValue(), |
new DOMException( |
- 'GATT Server is disconnected. Cannot perform GATT operations.', |
+ 'GATT Server is disconnected. Cannot perform GATT operations. ' + |
+ '(Re)connect first with `device.gatt.connect`.', |
'NetworkError'))); |
}); |
}, 'Device disconnects before readValue. Reject with NetworkError.'); |