You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
browser_step {
type = "typeText"
name = "Input something in the password field"
params {
element= "*[@id='user[email]']"
element_user_locator {
fail_test_on_cannot_locate = "true"
value {
type = "css"
value = "#user[email]"
}
}
value = "XXXXXXX"
}
}
Terraform Configuration Files
browser_step {
type = "typeText"
name = "Input something in the password field"
params {
element= "*[@id='user[email]']"
element_user_locator {
fail_test_on_cannot_locate = "true"
value {
type = "css"
value = "#user[email]"
}
}
value = "XXXXXXX"
}
}
Relevant debug or panic output
I am trying to create my synethic brower test via the terraform. The terraform is able to create but while running the test case it is failing becasue of the below error
Error: Missing locator. Either a UserLocator or a MultiLocator need to be provided. Couldn't find much in the documentation how to use the element attibute.
Expected Behavior
Target element should set a value. Something like that.
Actual Behavior
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
Datadog Terraform Provider Version
v3.46.0
Terraform Version
1.5.7
What resources or data sources are affected?
browser_step {
type = "typeText"
name = "Input something in the password field"
}
Terraform Configuration Files
browser_step {
type = "typeText"
name = "Input something in the password field"
}
Relevant debug or panic output
I am trying to create my synethic brower test via the terraform. The terraform is able to create but while running the test case it is failing becasue of the below error
Error: Missing locator. Either a UserLocator or a MultiLocator need to be provided. Couldn't find much in the documentation how to use the element attibute.
Expected Behavior
Target element should set a value. Something like that.
Actual Behavior
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: