| Index: third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/disconnect-called-before.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/disconnect-called-before.html b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/disconnect-called-before.html
|
| index dc82293c75703e3c808f95c11642a845cd5a3543..f635fc3487a42c827f37e85339a3fd685d6c338f 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/disconnect-called-before.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/disconnect-called-before.html
|
| @@ -16,7 +16,8 @@ promise_test(() => {
|
| return assert_promise_rejects_with_message(
|
| heart_rate_service.getCharacteristics(),
|
| new DOMException(
|
| - 'GATT Server is disconnected. Cannot retrieve characteristics.',
|
| + 'GATT Server is disconnected. Cannot retrieve characteristics. ' +
|
| + '(Re)connect first with `device.gatt.connect`.',
|
| 'NetworkError'));
|
| });
|
| });
|
|
|