This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", () =>{ |