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
Copy file name to clipboardExpand all lines: src/incubator/Dialog/dialog.api.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
{
30
30
"name": "testID",
31
31
"type": "string",
32
-
"description": "Used to locate this view in end-to-end tests\nThe container has the unchanged id.\nCurrently supported inner IDs:\n<TestID>.modal - the Modal's id.\n<TestID>.overlayFadingBackground - the fading background id."
32
+
"description": "Used to locate this view in end-to-end tests. \nThe container has the original id.\nSupported inner elements IDs:\n`${TestID}.modal` - the Modal's id.\n`${TestID}.overlayFadingBackground` - the fading background id."
0 commit comments