Skip to content

Commit

Permalink
Drop org selection
Browse files Browse the repository at this point in the history
This introduces the pre-req that this integration test suite should be run with a user/pass combo that only has access to a single organisation.

While it would be nice to support either, this condition simplifies the test logic and removes the need for a hardcoded magic value.
  • Loading branch information
davidbanham committed Mar 7, 2017
1 parent 01c815f commit b972d2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/accountingtests.js
Expand Up @@ -152,7 +152,6 @@ describe('get access for public or partner application', function() {
it('should see application auth page', function(done) {
//console.log(browser.document.documentElement.innerHTML);
browser.assert.text('title', 'Xero | Authorise Application');
browser.select('select', 'MWE5NzdkMDItZTAyNC00NGJkLTlmMGQtNjFiOGI4OWY2YTI4-ecmd9rxRfsM=');

if (APPTYPE === "PUBLIC") {
browser.pressButton("Allow access for 30 mins");
Expand Down

0 comments on commit b972d2b

Please sign in to comment.