| Index: third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/disconnect-called-during.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/disconnect-called-during.html b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/disconnect-called-during.html
|
| index dbb551f60cb3ad9470c5786b0be3f890aebd8d2b..4cda3b15ccf6df4f3dfc107ae0349cc12e6a7eb3 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/disconnect-called-during.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/disconnect-called-during.html
|
| @@ -15,7 +15,8 @@ promise_test(() => {
|
| let promise = 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'));
|
| gattServer.disconnect();
|
| return promise;
|
|
|