Skip to content

Commit

Permalink
add note to tests clarifying the assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
meirish committed Jun 15, 2018
1 parent ebe64d1 commit 6a7d998
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
Expand Down

0 comments on commit 6a7d998

Please sign in to comment.