Skip to content

Commit

Permalink
Test change triggered across all env
Browse files Browse the repository at this point in the history
  • Loading branch information
Daoud-Hussain authored Nov 18, 2024
2 parents c35f3ef + 447a5e5 commit 8d8578e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/stagging-cicd.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

name: Staging CI/CD Pipeline

on:
Expand Down
2 changes: 1 addition & 1 deletion app/page.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe("App Router", () => {
render(<Page />);

// Check for specific heading (e.g., <h1> text)
expect(screen.getByRole('heading', { name: /My Next\.js Site/i })).toBeInTheDocument();
expect(screen.getByRole('heading', { name: /Next\.js Site/i })).toBeInTheDocument();

// Alternatively, you can check for other headings or count the number of heading elements
const headings = screen.getAllByRole('heading');
Expand Down

0 comments on commit 8d8578e

Please sign in to comment.