Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 6418aa2

Browse files
committed
bring in pr
1 parent 04d16bc commit 6418aa2

File tree

2 files changed

+12
-28
lines changed

2 files changed

+12
-28
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
describe('Homepage Test', () => {
2+
it('Check for Image', () => {
3+
cy.visit('/');
4+
5+
cy.get('[alt="main"]').should('be.visible');
6+
});
7+
8+
it('Check For Heading', () => {
9+
cy.get('h2').should('include.text', 'Build web3 with friends');
10+
});
11+
});
12+
export {};

packages/frontend/cypress/e2e/nft-search.cy.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)