Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Pre launch fix acceptance tests #158

Merged

Commits on Dec 16, 2015

  1. Fixed login

    The login required to click an authorize button on first try,
    not sure why this didn't come up before.
    
    May need an if statement in case the authroize button isn't there at all
    meaning it's not required to be clicked.
    Marco Segreto committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    033f351 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2015

  1. Merge remote-tracking branch 'upstream/staging-alpha' into pre_launch…

    …-fix_acceptance_tests
    Marco Segreto committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    9c98fcf View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2015

  1. Continuing

    Marco Segreto committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    5ef7938 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2015

  1. Stuck because of lack of parent selector

    msecret committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    3ada128 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2015

  1. Merge remote-tracking branch 'upstream/staging-alpha' into pre_launch…

    …-fix_acceptance_tests
    Marco Segreto committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    446d078 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/pre_launch-fix_acceptance_tests'…

    … into pre_launch-fix_acceptance_tests
    Marco Segreto committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    cb1494e View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2015

  1. Finally got user management test 1 done

    Marco Segreto committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    6ddf316 View commit details
    Browse the repository at this point in the history
  2. Point to local webpack in node_modules

    James C. Scott committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    303db13 View commit details
    Browse the repository at this point in the history
  3. Remove delay and fix tests.

    The tests should not have:
    Eventually(Expect(..).To())
    Basically it should either use Eventually or Expect not both
    Instead, it should use:
    Eventually(sel).Should(matcher())
    James C. Scott committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    c846ef2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from jcscottiii/pre_launch-fix_acceptance_tests

    Pre launch fix acceptance tests
    Marco Segreto committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    6f70e46 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2015

  1. Completed user management tests with eventually

    msecret committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    1e74e66 View commit details
    Browse the repository at this point in the history
  2. Start working on services tests

    msecret committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    44c9458 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2016

  1. Create service instance working

    Marco Segreto committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    d88cd84 View commit details
    Browse the repository at this point in the history
  2. Finished delete service instance test

    Added more classes to make things easily selectable in the tests
    Fixed an error in the API where it was using the wrong url
    Marco Segreto committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    9ec3e3d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2016

  1. Add acceptance testing back to travis config

    Marco Segreto committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    18b855b View commit details
    Browse the repository at this point in the history
  2. Change back to phantomjs driver

    The phantomjs driver should be used in CI settings.
    
    Ideally we should configure this with an env var so that devs can keep
    using Chrome, as it's much easier to diagnose problems.
    Marco Segreto committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    94e8178 View commit details
    Browse the repository at this point in the history
  3. Mistake in command

    Marco Segreto committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    d47067e View commit details
    Browse the repository at this point in the history
  4. Downgrade karma temporarily due to bug

    Newer versions of karma have an unfixed bug:
    karma-runner/karma#1782
    
    Should set to upgrade patch versions automatically after its fixed.
    Marco Segreto committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    ade7a98 View commit details
    Browse the repository at this point in the history
  5. Actually Downgrade karma temporarily due to bug

    Marco Segreto committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    5e116f9 View commit details
    Browse the repository at this point in the history
  6. Re-upgrade Karma

    Marco Segreto committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    d0715f6 View commit details
    Browse the repository at this point in the history
  7. Rename cf-deck to cg-deck

    This goes along with changes to the actually repos.
    Marco Segreto committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    24af8b8 View commit details
    Browse the repository at this point in the history
  8. Travis missing some env test vars

    It might also need password, can't tell because of security
    Marco Segreto committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    09efe70 View commit details
    Browse the repository at this point in the history
  9. Added test password env var

    Marco Segreto committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    409319f View commit details
    Browse the repository at this point in the history
  10. Another attempt to fix travis vars

    msecret committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    9f3fbeb View commit details
    Browse the repository at this point in the history
  11. Another try

    msecret committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    e2eeea6 View commit details
    Browse the repository at this point in the history