From 231d7abd28677aa1486f098911c0d73fa3cd5a09 Mon Sep 17 00:00:00 2001 From: kshefchek Date: Fri, 23 Mar 2018 10:33:33 -0700 Subject: [PATCH] fix hyper-beta test --- tests/behave/maui_autocomplete.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/behave/maui_autocomplete.feature b/tests/behave/maui_autocomplete.feature index b3560f1a..d9bd1606 100644 --- a/tests/behave/maui_autocomplete.feature +++ b/tests/behave/maui_autocomplete.feature @@ -37,7 +37,7 @@ Scenario: "ZRS" in the navbar search with a click goes to a gene page Scenario: "hyper-be" in the navbar search with a click goes to a disease page Given I go to page "/" and I type "Hyper-bet" into the navbar search - and I wait until "HYPER-BETA-ALANINEMIA" appears in the autocomplete - and I click the autocomplete item "HYPER-BETA-ALANINEMIA" + and I wait until "Hyper-beta-alaninemia" appears in the autocomplete + and I click the autocomplete item "Hyper-beta-alaninemia" when I wait for id "monarch-node" then the title should be "Monarch Disease: hyper-beta-alaninemia (MONDO:0009378)"