Skip to content

Commit

Permalink
Fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pt2302 committed Jul 10, 2023
1 parent 3a54b9b commit 397dd41
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests-e2e/ocw-ci-test-course/homepage.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,9 @@ test("twitter:site tag points to correct Twitter account", async ({ page }) => {
const course = new CoursePage(page, "course")
await course.goto()
const metaShareImage = page.locator('meta[name="twitter:site"]')
await expect(metaShareImage).toHaveAttribute(
"content",
"@mitocw"
)
await expect(metaShareImage).toHaveAttribute("content", "@mitocw")
})


test("twitter:image:src tag has fully-qualified URL", async ({ page }) => {
const course = new CoursePage(page, "course")
await course.goto()
Expand Down

0 comments on commit 397dd41

Please sign in to comment.