| Index: third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptor/gen-gatt-op-disconnect-called-during-success.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptor/gen-gatt-op-disconnect-called-during-success.html b/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptor/gen-gatt-op-disconnect-called-during-success.html
|
| index 0d557922c27b580f7666670fc93233d9194b6a44..9be307c151268b88171a75ded0020cd9e23bfb8e 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptor/gen-gatt-op-disconnect-called-during-success.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptor/gen-gatt-op-disconnect-called-during-success.html
|
| @@ -19,7 +19,8 @@ promise_test(() => {
|
| let promise = assert_promise_rejects_with_message(
|
| measurement_interval.getDescriptor(user_description.name),
|
| new DOMException(
|
| - 'GATT Server disconnected while performing a GATT operation.',
|
| + 'GATT Server is disconnected. Cannot perform GATT operations. ' +
|
| + '(Re)connect first with `device.gatt.connect`.',
|
| 'NetworkError'));
|
| gattServer.disconnect();
|
| return promise;
|
|
|