File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
flutter-finder/wdio-flutter-by-service/test_remove/specs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { browser, expect } from '@wdio/globals';
22import path from "path" ;
33
44async function performLogin ( userName = 'admin' , password = '1234' ) {
5- await browser . takeScreenshot ( ) ;
5+ // await browser.takeScreenshot();
66 const att = await browser . flutterByValueKey$ ( 'username_text_field' ) ;
77 console . log ( await att . getAttribute ( 'all' ) ) ;
88 await browser . flutterByValueKey$ ( 'username_text_field' ) . clearValue ( ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { browser, expect } from '@wdio/globals';
22import path from 'path' ;
33
44async function performLogin ( userName = 'admin' , password = '1234' ) {
5- await browser . takeScreenshot ( ) ;
5+ // await browser.takeScreenshot();
66 const att = await browser . flutterByValueKey$ ( 'username_text_field' ) ;
77 console . log ( await att . getAttribute ( 'all' ) ) ;
88 await browser . flutterByValueKey$ ( 'username_text_field' ) . clearValue ( ) ;
You can’t perform that action at this time.
0 commit comments