File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
release_tester/selenium_ui_test/test_suites Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,13 @@ def test_support(self):
2727 support .manual_link ()
2828 print ("Checking all AQL Query Language link\n " )
2929 support .aql_query_language_link ()
30- print ("Checking all Fox Framework link \n " )
31- support .fox_framework_link ()
32- print ("Checking all Drivers and Integration links\n " )
33- support .driver_and_integration_link ()
34- print ("Checking Community Support tab \n " )
35- support .community_support_link ()
30+ if support .version_is_newer_than ("3.11.99" ) and self .is_enterprise :
31+ print ("Checking all Fox Framework link \n " )
32+ support .fox_framework_link ()
33+ print ("Checking all Drivers and Integration links\n " )
34+ support .driver_and_integration_link ()
35+ print ("Checking Community Support tab \n " )
36+ support .community_support_link ()
3637 # print("Checking Rest API tab \n")
3738 # # support.rest_api()
3839
You can’t perform that action at this time.
0 commit comments