android icon indicating copy to clipboard operation
android copied to clipboard

Update UI tests

Open dzolnai opened this issue 2 years ago • 0 comments

  • They were not running on API level 34 because of a missing permission declaration in the testing libraries. Updating the libraries fixed this.
  • The eduID website and Chrome introduction screen changed a bit
  • I have moved the browser preparation code to a common class, to reduce duplication
  • I have also found a timing issue, where sometimes the common cookie would be canceled before the reply was sent, aborting the process of adding a new server

dzolnai avatar Apr 05 '24 08:04 dzolnai