Index: third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/disconnect-called-before-with-uuid.html |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/disconnect-called-before-with-uuid.html b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/disconnect-called-before-with-uuid.html |
index 869d486d7209eeed8ab6658a4603f3952d1761d9..cffa2484bcdec40a8c58a23b1c7ed549e3a6eaa0 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/disconnect-called-before-with-uuid.html |
+++ b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/disconnect-called-before-with-uuid.html |
@@ -16,7 +16,8 @@ promise_test(() => { |
return 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')); |
}); |
}); |