Skip to content

Commit f7ef16c

Browse files
HuggableSquaretoddjordan
authored andcommitted
Remove test for open graph tag that was removed
1 parent bd08266 commit f7ef16c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/acceptance/open-graph-tags-test.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,3 @@ test('assigns title property', function (assert) {
1919
const title = findOpenGraphContent('title');
2020
assert.equal(title, 'Container - 1.0 - Ember API Documentation');
2121
});
22-
23-
test('assigns image property and width/height', function (assert) {
24-
const image = findOpenGraphContent('image');
25-
assert.equal(image, 'assets/images/ember-logo.png');
26-
27-
const imageWidth = findOpenGraphContent('image:width');
28-
assert.equal(imageWidth, '1200');
29-
30-
const imageHeight = findOpenGraphContent('image:height');
31-
assert.equal(imageHeight, '1016');
32-
});

0 commit comments

Comments
 (0)