Skip to content

Commit 55cd219

Browse files
committed
test browser pool launch schema mutations
1 parent 219e0e6 commit 55cd219

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

internal/datasources/browserpool/datasource_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ func TestDataSourceSchemaSemantics(t *testing.T) {
8686
assertAttributeMode(t, resp.Schema, "size", false, true)
8787
assertAttributeMode(t, resp.Schema, "profile_id", false, true)
8888
assertAttributeMode(t, resp.Schema, "extension_ids", false, true)
89+
assertAttributeMode(t, resp.Schema, "proxy_id", false, true)
90+
assertAttributeMode(t, resp.Schema, "headless", false, true)
91+
assertAttributeMode(t, resp.Schema, "kiosk_mode", false, true)
92+
assertAttributeMode(t, resp.Schema, "stealth", false, true)
8993

9094
projectID := resp.Schema.Attributes["project_id"].(dschema.StringAttribute)
9195
if !validateProjectID(projectID.Validators, "").HasError() {

0 commit comments

Comments
 (0)