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