Netword suite setup fix
Resolves openbmc/openbmc-test-automation#1884
Signed-off-by: Anusha Dathatri <adathatr@in.ibm.com>
Change-Id: Ic1e6e8236766af2c9fe9df494853e406f6491eeb
diff --git a/gui/test/server_config/test_obmc_gui_network_settings.robot b/gui/test/server_config/test_obmc_gui_network_settings.robot
index 8f705e9..ae5b1cc 100644
--- a/gui/test/server_config/test_obmc_gui_network_settings.robot
+++ b/gui/test/server_config/test_obmc_gui_network_settings.robot
@@ -16,10 +16,10 @@
${xpath_hostname_input} //*[@id="net-config__mac"]
${xpath_network_save_settings} //*[@id="configuration-network"]/form/section[3]/div[2]/button[1]
${xpath_continue} //*[@id=""]/main/section/div/div[4]/button[2]
-${xpath_network_config_ipv4_address} //*[@id="net-config__ipv4-address"]
+${xpath_network_config_ipv4_address} //*[@id="ipv4-address-1"]
${xpath_default_gateway_input} //*[@id="net-config__domain"]
${xpath_mac_address_input} //*[@id="net-config__host"]
-${xpath_ipv4-address-input} //*[@id="net-config__ipv4-address"]
+${xpath_ipv4-address-input} //*[@id="ipv4-address-1"]
${xpath_network_DHCP_button} //*[@id="configuration-network"]/form/section[2]/fieldset/div[1]/label/span
${xpath_network_static_button} //*[@id="configuration-network"]/form/section[2]/fieldset/div[2]/label/span