Index: third_party/WebKit/LayoutTests/bluetooth/descriptor/writeValue/gen-io-op-disconnect-called-before.html |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/descriptor/writeValue/gen-io-op-disconnect-called-before.html b/third_party/WebKit/LayoutTests/bluetooth/descriptor/writeValue/gen-io-op-disconnect-called-before.html |
index 31f741db21ce7e71a937c7aa31bcd12eb97280f9..e428fa544d27e246732e802ef1fb070674221586 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/descriptor/writeValue/gen-io-op-disconnect-called-before.html |
+++ b/third_party/WebKit/LayoutTests/bluetooth/descriptor/writeValue/gen-io-op-disconnect-called-before.html |
@@ -23,7 +23,8 @@ promise_test(() => { |
return assert_promise_rejects_with_message( |
descriptor.writeValue(val), |
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')); |
}); |
}); |