You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjust trial period and announce cy.prompt (#6306)
Extend free trials from 14 days to 30 days. Announce in a banner that cy.prompt is now available, and provide a blog link for more info and access to Studio AI early access registration form.
Copy file name to clipboardExpand all lines: docusaurus.config.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -156,8 +156,8 @@ const config = {
156
156
// Styles for this are controlled in src/css/announcement-bar.scss
157
157
announcementBar: {
158
158
//give id a unique value to get a new announcement bar to appear
159
-
id: 'ga-ui-cov-a11y',
160
-
content: `📢 NEW! Improve app quality with instant insights using <a href="https://www.cypress.io/accessibility?utm_medium=accouncement-banner&utm_source=docs.cypress.io&utm_content=Cypress Accessibility">Cypress Accessibility</a> or <a href="https://www.cypress.io/ui-coverage?utm_medium=announcement-banner&utm_source=docs.cypress.io&utm_content=UI Coverage">UI Coverage</a>.`,
159
+
id: 'cy-prompt-experimental-live',
160
+
content: `📢 NEW! cy.prompt() natural language and self-healing tests <a href="https://www.cypress.io/blog/cy-prompt-experimental-launch?utm_source=docs.cypress.io&utm_medium=cyconf&utm_campaign=cypressconf">now available</a> in the Cypress App.`,
0 commit comments