bahmutov / mailto

Fork of https://github.com/dawsbot/mailto for a demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mailto cypress version

Demo image

Demo image test
cy.visit('/'); // localhost:3000
cy.get('#to').type('me');
cy.get('#subject').type('Date night');
cy.get('#body').type('Have plans?');
cy.get('#output').should(
  'have.text',
  'mailto:me?subject=Date%20night&body=Have%20plans%3F',
);
cy.get('#mailto').screenshot('mailto');

Details

Fork of dawsbot/mailto for a presentation

About

Fork of https://github.com/dawsbot/mailto for a demo


Languages

Language:JavaScript 100.0%