Skip to content

Commit

Permalink
fix: e2e remove .entry-header class from hidden list
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Sep 3, 2024
1 parent c8ed6fb commit da6ef13
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ test.describe('Single Post Check', function () {
baseURL,
});
const HIDDEN = [
'.entry-header',
'.nv-thumb-wrap',
'.entry-content',
'.nv-tags-list',
Expand Down Expand Up @@ -120,7 +119,6 @@ test.describe('Single Post Check', function () {
'nv-tags-list',
'nv-content-wrap',
'comments-area',
'entry-header',
'nv-thumb-wrap',
];
await page.goto(
Expand Down

0 comments on commit da6ef13

Please sign in to comment.