Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evolution fix and speedup #10403

Merged
merged 10 commits into from
May 31, 2020
Merged

Evolution fix and speedup #10403

merged 10 commits into from
May 31, 2020

Commits on May 28, 2020

  1. Change evolution auth

    -use match_has_tag when possible
    -decrease wait time
    dzedro committed May 28, 2020
    Configuration menu
    Copy the full SHA
    d78a589 View commit details
    Browse the repository at this point in the history
  2. Handle evolution wizard until receiving within start_evolution

    -drop code for skip lookup, was not used and is not needed anymore
    -when evolution could not find details of nooop_test3@aim.com,
     cancel wizard and continue with smoke test poo#67408
    -drop loop for evolution_smoke-detect-folders-scanning, this code was not used,
     when evolution could not lookup details of entered email, tests did not pass
     evolution_wizard-account-summary and failed, this maybe worked long time ago
    dzedro committed May 28, 2020
    Configuration menu
    Copy the full SHA
    21a3098 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3f8205 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1410db8 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. Modify timeouts to speedup evolution test

    -add wait times after typing and send_keys
    -don't open the list with options just roll down through it
    -press home to get at beggining of the list
    -if else statement is not needed for timezone
    -send ret until asia timezone with submenu is visible, submenu should show up
     by default, if not repeating ret key will make it show
    -use f12 instead send-receive click
    -do send-receive after meeting is created to make sure meeting was send
    dzedro committed May 30, 2020
    Configuration menu
    Copy the full SHA
    d2b7c5d View commit details
    Browse the repository at this point in the history
  2. Maximize evolution when window is focused

    -send super-up multiple times when needed to maximize evolution
    dzedro committed May 30, 2020
    Configuration menu
    Copy the full SHA
    f85fb7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d8908b View commit details
    Browse the repository at this point in the history
  4. Cleanup unneeded code

    -save sceenshot is not needed in virtio console
    -thunderbird cleanup is done line below
    dzedro committed May 30, 2020
    Configuration menu
    Copy the full SHA
    cb95d32 View commit details
    Browse the repository at this point in the history
  5. Drop unused expunge code

     != POP can't work ? protocol is lowercase
    dzedro committed May 30, 2020
    Configuration menu
    Copy the full SHA
    53387d3 View commit details
    Browse the repository at this point in the history
  6. Make pidgeon cleanup more robust

    -use zypper to remove and check package
    -use grep instead of needle
    dzedro committed May 30, 2020
    Configuration menu
    Copy the full SHA
    ccb060a View commit details
    Browse the repository at this point in the history