From b972d2b43758e1ec02ff7a7c3c0c09424d4ab794 Mon Sep 17 00:00:00 2001 From: David Banham Date: Tue, 7 Mar 2017 14:48:33 +1100 Subject: [PATCH] Drop org selection 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. --- test/accountingtests.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/accountingtests.js b/test/accountingtests.js index d39324f8..325d0f59 100644 --- a/test/accountingtests.js +++ b/test/accountingtests.js @@ -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");