Navigate to community page on Clarity Design System website via main menu link.
// 🌐 Lets load up the website
I.goTo("https://clarity.design/")
I.see("Clarity Design System");
// 👉 Lets click on something
I.click("Community")
// ⏰ And see if it loads
I.amAt("https://clarity.design/community")
// 😄 And say hi to the team
I.see("Clarity Team")
I.see("Jehad Affoneh")
I.see("Jeeyun Lim")
I.see("Cory Rylan")
//
// Intrested to do more complex test scripts for your website?
// Heade over to - https://uilicious.com
//
Edit