Skip to content
Snippets Groups Projects
serverIntegration.test.js 233 B
Newer Older
  • Learn to ignore specific revisions
  • Yuriy Maksymets's avatar
    Yuriy Maksymets committed
    // import { Selector } from "testcafe"
    
    fixture`Getting Started`.page`http://devexpress.github.io/testcafe/example`
    
    test("My first test", async (t) => {
      await t.typeText("#developer-name", "John Smith").click("#submit-button")
    })