Loading test/integration_selenium/test_edam_tool_panel_views.py +1 −1 Original line number Diff line number Diff line Loading @@ -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") Loading
test/integration_selenium/test_edam_tool_panel_views.py +1 −1 Original line number Diff line number Diff line Loading @@ -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")