Fix failing js test
This commit is contained in:
parent
896e5a9838
commit
2ca0adca05
|
@ -52,7 +52,7 @@ test("correct ads show", async assert => {
|
|||
|
||||
await visit("/latest");
|
||||
assert.equal(
|
||||
find(".h-topic-list, .dfp-ad-topic-list").length,
|
||||
find(".h-topic-list-top, .dfp-ad-topic-list-top").length,
|
||||
1,
|
||||
"it should render ad above topic list"
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue