| Index: third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptors/gen-gatt-op-disconnect-called-during-error.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptors/gen-gatt-op-disconnect-called-during-error.html b/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptors/gen-gatt-op-disconnect-called-during-error.html
|
| index cb9fd5c92c04770b0e7fa4ac2f19b68e66fe46f9..006f6683005834dc5f28a163a81ef55c9bf3321e 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptors/gen-gatt-op-disconnect-called-during-error.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptors/gen-gatt-op-disconnect-called-during-error.html
|
| @@ -18,7 +18,8 @@ promise_test(() => {
|
| let promise = assert_promise_rejects_with_message(
|
| error_characteristic.getDescriptors(),
|
| 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;
|
|
|