| Index: third_party/WebKit/LayoutTests/bluetooth/characteristic/writeValue/gen-gatt-op-reconnect-during-error.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/characteristic/writeValue/gen-gatt-op-reconnect-during-error.html b/third_party/WebKit/LayoutTests/bluetooth/characteristic/writeValue/gen-gatt-op-reconnect-during-error.html
|
| index 3f706963747ad921a4f5fa56e1d0442ca69c5991..10bbbeb47f69fd3a08b94031b2c34091c6e546c5 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/characteristic/writeValue/gen-gatt-op-reconnect-during-error.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/characteristic/writeValue/gen-gatt-op-reconnect-during-error.html
|
| @@ -15,7 +15,8 @@ promise_test(() => {
|
| .then(characteristic => {
|
| let promise = assert_promise_rejects_with_message(
|
| characteristic.writeValue(val),
|
| - new DOMException('GATT Server disconnected while performing a GATT operation.',
|
| + new DOMException('GATT Server is disconnected. Cannot perform GATT operations. ' +
|
| + '(Re)connect first with `device.gatt.connect`.',
|
| 'NetworkError'));
|
| let gatt = characteristic.service.device.gatt;
|
| gatt.disconnect();
|
|
|