diff --git a/test/spec/EasyTabsSpec.js b/test/spec/EasyTabsSpec.js index c1ae2c2..56c88c3 100644 --- a/test/spec/EasyTabsSpec.js +++ b/test/spec/EasyTabsSpec.js @@ -49,6 +49,9 @@ describe('easytabs', function() { xit('makes tab from url hash active instead of default tab', function() { }); + xit('selects default tab when hash updated to blank (i.e. back button hit to initial page load state', function() { + }); + }); describe('disconnected tabs and panels', function() {