function expectOpenGraphTag(name, content) {
        expect($brisketMetatags.filter("meta[property='" + name + "'][content='" + content + "']")).toExist();
    }