You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var template = can.stache("<h2>can-tabs</h2><bit-tabs><bit-panel title='CanJS'>CanJS provides the MV*</bit-panel><bit-panel title='StealJS'>StealJS provides the infrastructure.</bit-panel></bit-tabs>")
$("body").append(template());
}
});
test("Basics", function(){
F("bit-tabs").exists("There is bit-tabs");
});
test("Clicking something", function(){
F("bit-tabs li:nth(1)").click();
F("bit-panel:nth(1)").text("StealJS provides the infrastructure.", "Clicking works");