Unverified Commit 7a44a166 authored by Laila Los's avatar Laila Los
Browse files

fix selenium test

parent 9642215b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,4 +38,4 @@ class TestEdamToolPanelViewsSeleniumIntegration(SeleniumIntegrationTestCase):
        labels = tool_panel.panel_labels.all()
        assert len(labels) > 0
        label0 = labels[0]
        assert label0.text.strip() == "ANALYSIS"
        assert label0.text.strip().startswith("ANALYSIS")