Sha256: 47a0d1db33719d5d4766147c2650fb10d64226ff8172dd76ff3742eef8f54731
Contents?: true
Size: 392 Bytes
Versions: 3
Compression:
Stored size: 392 Bytes
Contents
# frozen_string_literal: true # A collection of methods to help dealing with processes menu links. module ProcessesMenuLinksHelpers # Clicks a link in the submenu of a participatory process navigation. # # text - a String with the name of the link that will be clicked def click_processes_menu_link(text) within ".secondary-nav--subnav" do click_link text end end end
Version data entries
3 entries across 3 versions & 1 rubygems