| Index: third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptors/gen-gatt-op-device-disconnects-during-success-with-uuid.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptors/gen-gatt-op-device-disconnects-during-success-with-uuid.html b/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptors/gen-gatt-op-device-disconnects-during-success-with-uuid.html
|
| index b25676390ebdf46dff2ac0c3b5fdcff308cfa3d5..1d6698ff60651f6a07be00a16a11d772a9d7b166 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptors/gen-gatt-op-device-disconnects-during-success-with-uuid.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptors/gen-gatt-op-device-disconnects-during-success-with-uuid.html
|
| @@ -25,7 +25,8 @@ promise_test(() => {
|
| return assert_promise_rejects_with_message(
|
| measurement_interval.getDescriptors(user_description.name),
|
| 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'));
|
| });
|
| });
|
|
|