Skip to content

Commit

Permalink
Reverted tests skip
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurczewski committed Dec 6, 2024
1 parent 70a84b4 commit 82176cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ describe("News Page Check in Offline Mode", () => {
await expect(lastNewsCardCommunityLinkText).toBeDisplayedInViewport()
})

it.skip("Verify News Cards", async () => {
it("Verify News Cards", async () => {
const newsCardElements = await NewsPage.newsCardElements
await expect(newsCardElements).toHaveLength(6)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe("News Page Check", () => {
await lastNewsCardCommunityLinkText.scrollIntoView()
await expect(lastNewsCardCommunityLinkText).toBeDisplayedInViewport()
})
it.skip("Verify News Cards", async () => {
it("Verify News Cards", async () => {
const newsCardElements = await NewsPage.newsCardElements
await expect(newsCardElements).toHaveLength(6)

Expand Down

0 comments on commit 82176cd

Please sign in to comment.