|
Lines 139-145
sub navigateToPatronInformationEdit {
Link Here
|
| 139 |
|
139 |
|
| 140 |
my $elements = $self->_getEditLinks(); |
140 |
my $elements = $self->_getEditLinks(); |
| 141 |
$elements->{patron_information}->click(); |
141 |
$elements->{patron_information}->click(); |
| 142 |
ok($d->get_title() =~ m/Modify patron/, "Intra Navigate to Modify patron information"); |
142 |
ok($d->get_title() =~ m/Modify(.*)patron/, "Intra Navigate to Modify patron information"); |
| 143 |
|
143 |
|
| 144 |
$self->debugTakeSessionSnapshot(); |
144 |
$self->debugTakeSessionSnapshot(); |
| 145 |
|
145 |
|
|
Lines 153-159
sub navigateToSMSnumberEdit {
Link Here
|
| 153 |
|
153 |
|
| 154 |
my $elements = $self->_getEditLinks(); |
154 |
my $elements = $self->_getEditLinks(); |
| 155 |
$elements->{smsnumber}->click(); |
155 |
$elements->{smsnumber}->click(); |
| 156 |
ok($d->get_title() =~ m/Modify patron/, "Intra Navigate to Modify patron SMS number"); |
156 |
ok($d->get_title() =~ m/Modify(.*)patron/, "Intra Navigate to Modify patron SMS number"); |
| 157 |
|
157 |
|
| 158 |
$self->debugTakeSessionSnapshot(); |
158 |
$self->debugTakeSessionSnapshot(); |
| 159 |
|
159 |
|
|
Lines 167-173
sub navigateToLibraryUseEdit {
Link Here
|
| 167 |
|
167 |
|
| 168 |
my $elements = $self->_getEditLinks(); |
168 |
my $elements = $self->_getEditLinks(); |
| 169 |
$elements->{library_use}->click(); |
169 |
$elements->{library_use}->click(); |
| 170 |
ok($d->get_title() =~ m/Modify patron/, "Intra Navigate to Modify patron Library use"); |
170 |
ok($d->get_title() =~ m/Modify(.*)patron/, "Intra Navigate to Modify patron Library use"); |
| 171 |
|
171 |
|
| 172 |
$self->debugTakeSessionSnapshot(); |
172 |
$self->debugTakeSessionSnapshot(); |
| 173 |
|
173 |
|
|
Lines 181-187
sub navigateToAlternateAddressEdit {
Link Here
|
| 181 |
|
181 |
|
| 182 |
my $elements = $self->_getEditLinks(); |
182 |
my $elements = $self->_getEditLinks(); |
| 183 |
$elements->{alternate_address}->click(); |
183 |
$elements->{alternate_address}->click(); |
| 184 |
ok($d->get_title() =~ m/Modify patron/, "Intra Navigate to Modify patron Alternate address"); |
184 |
ok($d->get_title() =~ m/Modify(.*)patron/, "Intra Navigate to Modify patron Alternate address"); |
| 185 |
|
185 |
|
| 186 |
$self->debugTakeSessionSnapshot(); |
186 |
$self->debugTakeSessionSnapshot(); |
| 187 |
|
187 |
|
|
Lines 195-201
sub navigateToAlternativeContactEdit {
Link Here
|
| 195 |
|
195 |
|
| 196 |
my $elements = $self->_getEditLinks(); |
196 |
my $elements = $self->_getEditLinks(); |
| 197 |
$elements->{alternative_contact}->click(); |
197 |
$elements->{alternative_contact}->click(); |
| 198 |
ok($d->get_title() =~ m/Modify patron/, "Intra Navigate to Modify patron Alternative contact"); |
198 |
ok($d->get_title() =~ m/Modify(.*)patron/, "Intra Navigate to Modify patron Alternative contact"); |
| 199 |
|
199 |
|
| 200 |
$self->debugTakeSessionSnapshot(); |
200 |
$self->debugTakeSessionSnapshot(); |
| 201 |
|
201 |
|