| Index: third_party/WebKit/LayoutTests/bluetooth/descriptor/writeValue/gen-io-op-disconnect-called-during-error.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/descriptor/writeValue/gen-io-op-disconnect-called-during-error.html b/third_party/WebKit/LayoutTests/bluetooth/descriptor/writeValue/gen-io-op-disconnect-called-during-error.html
|
| index 5d5bc150d6350e732598631eeef53b66bccadfb0..94ff73a624188d2ae97eafe04c4dfae5ad17aeb3 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/descriptor/writeValue/gen-io-op-disconnect-called-during-error.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/descriptor/writeValue/gen-io-op-disconnect-called-during-error.html
|
| @@ -23,7 +23,8 @@ promise_test(
|
| let promise = assert_promise_rejects_with_message(
|
| descriptor.writeValue(val),
|
| 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;
|
|
|