mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
REFACTOR: Replace some fa-*
uses with helpers
This commit is contained in:
@ -11,7 +11,7 @@ test('details button', (assert) => {
|
||||
|
||||
click('#create-topic');
|
||||
click('button.options');
|
||||
click('.popup-menu .fa-caret-right');
|
||||
click('.popup-menu .d-icon-caret-right');
|
||||
|
||||
andThen(() => {
|
||||
assert.equal(
|
||||
@ -30,7 +30,7 @@ test('details button', (assert) => {
|
||||
});
|
||||
|
||||
click('button.options');
|
||||
click('.popup-menu .fa-caret-right');
|
||||
click('.popup-menu .d-icon-caret-right');
|
||||
|
||||
andThen(() => {
|
||||
assert.equal(
|
||||
@ -53,7 +53,7 @@ test('details button', (assert) => {
|
||||
});
|
||||
|
||||
click('button.options');
|
||||
click('.popup-menu .fa-caret-right');
|
||||
click('.popup-menu .d-icon-caret-right');
|
||||
|
||||
andThen(() => {
|
||||
assert.equal(
|
||||
@ -76,7 +76,7 @@ test('details button', (assert) => {
|
||||
});
|
||||
|
||||
click('button.options');
|
||||
click('.popup-menu .fa-caret-right');
|
||||
click('.popup-menu .d-icon-caret-right');
|
||||
|
||||
andThen(() => {
|
||||
assert.equal(
|
||||
|
Reference in New Issue
Block a user