File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,13 +95,13 @@ export function startDebugConfigurationTests(): void {
9595
9696 const debugApplicationButton = await ElementHelper . WaitElementSelectorVisible (
9797 Element . debugApplicationButtonSelector ,
98- 1000 ,
98+ 2000 ,
9999 ) ;
100100 await debugApplicationButton . click ( ) ;
101101
102102 const androidButton = await ElementHelper . WaitElementSelectorVisible (
103103 Element . androidButtonSelector ,
104- 1000 ,
104+ 3000 ,
105105 ) ;
106106 await androidButton . click ( ) ;
107107
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export class Element {
1515 public static createLaunchConfigFileLinkClassName = "monaco-link" ;
1616 public static welcomeViewClassName = "welcome-view-content" ;
1717 public static vscodeMonacoButtonClassName = "monaco-button" ;
18- public static debugAddConfigurationButtonSelector = ".floating-click -widget" ;
18+ public static debugAddConfigurationButtonSelector = ".floating-menu-overlay -widget" ;
1919 public static androidButtonSelector = "div[aria-label='Android']" ;
2020 public static reactNativeButtonSelector = "div[aria-label='React Native, Enum']" ;
2121 public static debugApplicationButtonSelector =
You can’t perform that action at this time.
0 commit comments