| Index: third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/device-disconnects-during-success.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/device-disconnects-during-success.html b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/device-disconnects-during-success.html
|
| index 32d6a757c7e8af7ffcac6a81278d65bfffded621..a106aa32eb30ce995d827857d85027656a56422e 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/device-disconnects-during-success.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/device-disconnects-during-success.html
|
| @@ -17,7 +17,9 @@ promise_test(t => {
|
| requestDisconnection();
|
| return assert_promise_rejects_with_message(
|
| device.gatt.getPrimaryService('heart_rate'),
|
| - new DOMException('GATT Server disconnected while retrieving services.',
|
| + new DOMException('GATT Server is disconnected. ' +
|
| + 'Cannot retrieve services. ' +
|
| + '(Re)connect first with `device.gatt.connect`.',
|
| 'NetworkError'));
|
| });
|
| });
|
|
|