We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24af0cf commit 4ee3911Copy full SHA for 4ee3911
cypress/support/global.d.ts
@@ -0,0 +1,8 @@
1
+/// <reference types="cypress" />
2
+
3
+declare namespace Cypress {
4
+ interface Chainable<Subject = any> {
5
+ browseTo: (masthead?: string, subMenu?: string, sidebar?: string) => void
6
+ blockNewRelic: () => void
7
+ }
8
+}
0 commit comments