From 6a7d998991edeca72d4c0355d9d3cbca21181c59 Mon Sep 17 00:00:00 2001 From: Matthew Irish Date: Fri, 15 Jun 2018 11:56:51 -0500 Subject: [PATCH] add note to tests clarifying the assertions --- ui/tests/acceptance/settings/auth/configure/section-test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/tests/acceptance/settings/auth/configure/section-test.js b/ui/tests/acceptance/settings/auth/configure/section-test.js index 4ec2007e294e..b40fa48c6f86 100644 --- a/ui/tests/acceptance/settings/auth/configure/section-test.js +++ b/ui/tests/acceptance/settings/auth/configure/section-test.js @@ -50,6 +50,7 @@ test('it can save options', function(assert) { cli.enter(); indexPage.visit({ path }); andThen(() => { + // aws has 4 tabs, the others will have 'Configuration' and 'Method Options' tabs let numTabs = type === 'aws' ? 4 : 2; assert.equal(page.tabs.length, numTabs, 'shows correct number of tabs'); });