assertPathIs($this->url()); } /** * Get the element shortcuts for the page. * * @return array */ public function elements() { return [ '@reminder-rule-label' => '.reminder-rule-7 > span', ]; } }