| Index: third_party/WebKit/LayoutTests/bluetooth/descriptor/readValue/gen-io-op-disconnect-called-before.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/descriptor/readValue/gen-io-op-disconnect-called-before.html b/third_party/WebKit/LayoutTests/bluetooth/descriptor/readValue/gen-io-op-disconnect-called-before.html
|
| index 8a1ca77f009f9a00597d1460e8d55d97dc906078..1808b9e9c9d0e0cbc11d075d51689ea7e7e17026 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/descriptor/readValue/gen-io-op-disconnect-called-before.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/descriptor/readValue/gen-io-op-disconnect-called-before.html
|
| @@ -23,7 +23,8 @@ promise_test(() => {
|
| return assert_promise_rejects_with_message(
|
| descriptor.readValue(),
|
| new DOMException(
|
| - 'GATT Server is disconnected. Cannot perform GATT operations.',
|
| + 'GATT Server is disconnected. Cannot perform GATT operations. ' +
|
| + '(Re)connect first with `device.gatt.connect`.',
|
| 'NetworkError'));
|
| });
|
| });
|
|
|