Selenium Java - TestNG Integration
What is wrong with this TestNG test method if the intention is to assign it to groups "ui" and "integration"?
@Test(groups = "ui, integration")
public void testUIIntegration() {}