mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-25 13:54:25 +00:00
testing: Remove Cypress examples
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
describe('My First Test', function() {
|
||||
it('Does not do much!', function() {
|
||||
cy.visit('https://lokeshdhakar.com');
|
||||
cy.get('.nav__item').contains('Blog').click();
|
||||
cy.url().should('contain', 'blog');
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user