controller_peering.t
- replaced table ids with "table", since table ids are different in Pro and
CE versions.
Change-Id: I2b914f7c69edfc29b05e7d84c4d41e6587a26210
ok($d->wait_for_text('//*[@id="preferences_table6"]/tbody/tr/td[contains(text(), "peer_auth_user")]/../td[4]','peeruser1'),'peer_auth_user value has been set');
ok($d->wait_for_text('//table/tbody/tr/td[contains(text(), "peer_auth_user")]/../td[4]','peeruser1'),'peer_auth_user value has been set');
ok($d->wait_for_text('//*[@id="preferences_table6"]/tbody/tr/td[contains(text(), "peer_auth_pass")]/../td[4]','peerpass1'),'peer_auth_pass value has been set');
ok($d->wait_for_text('//table/tbody/tr/td[contains(text(), "peer_auth_pass")]/../td[4]','peerpass1'),'peer_auth_pass value has been set');
ok($d->wait_for_text('//*[@id="preferences_table6"]/tbody/tr/td[contains(text(), "peer_auth_realm")]/../td[4]','testpeering.com'),'peer_auth_realm value has been set');
ok($d->wait_for_text('//table/tbody/tr/td[contains(text(), "peer_auth_realm")]/../td[4]','testpeering.com'),'peer_auth_realm value has been set');