FIX: keeps as much as possible the same api for select-box components

This commit is contained in:
Joffrey JAFFEUX
2017-09-09 20:29:07 +02:00
committed by GitHub
parent e6d3bbfa1d
commit 950b9e9eaf
28 changed files with 68 additions and 70 deletions
@@ -19,7 +19,7 @@ acceptance("Topic Notifications button", {
QUnit.test("Updating topic notification level", assert => {
visit("/t/internationalization-localization/280");
const notificationOptions = "#topic-footer-buttons .topic-notification-options";
const notificationOptions = "#topic-footer-buttons .topic-notifications-options";
andThen(() => {
assert.ok(
@@ -40,7 +40,7 @@ QUnit.test("Updating topic notification level", assert => {
// TODO: tgxworld I can't figure out why the topic timeline doesn't show when
// running the tests in phantomjs
// ok(
// exists(".timeline-footer-controls .notification-options .watching"),
// exists(".timeline-footer-controls .notifications-button .watching"),
// 'it should display the right notification level in topic timeline'
// );
});