Fix failing js test

This commit is contained in:
Neil Lalonde 2019-05-08 13:44:25 -04:00
parent 896e5a9838
commit 2ca0adca05
1 changed files with 1 additions and 1 deletions

View File

@ -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"
);