Skip to content

Instantly share code, notes, and snippets.

@TerkaVrana
TerkaVrana / deepnote_vrankova.spec
Created May 22, 2022 21:28
Deepnote webpage testing - cypress (Vránková)
const baseUrl = "https://deepnote.com"
context("Deepnote Pricingpage", () =>{
beforeEach(() =>{
cy.viewport('macbook-13')
})
// 1. Check that you can navigate to the pricing page from the homepage: cy.viewport('macbook-13')
it("can be navigated to from homepage - macbook-13", () =>{