Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
sudharsan-selvaraj committed Jul 25, 2024
1 parent a0311b2 commit fd74c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/test.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ async function performLogin(userName = 'admin', password = '1234') {
const att = await browser.flutterByValueKey$('username_text_field');
console.log(await att.getAttribute('all'));
await browser.flutterByValueKey$('username_text_field').clearValue();
await browser.flutterByValueKey$('username_text_field').addValue(userName);
await $('//android.view.View[@content-desc="username_text_field"]/android.widget.EditText').addValue(userName);

await browser.flutterByValueKey$('password_text_field').clearValue();
await browser.flutterByValueKey$('password').addValue(password);
Expand Down

0 comments on commit fd74c50

Please sign in to comment.