adjust BrowseASDCTest with FLAG_2002_ANY_ALACARTE_BESIDES_EXCLUDED_NEW_INSTANTIATION_UI
[vid.git] / vid-automation / src / main / java / vid / automation / test / sections / deploy / DeployModernUIMacroDialog.java
1 package vid.automation.test.sections.deploy;
2
3 import static org.testng.Assert.assertTrue;
4
5 public class DeployModernUIMacroDialog extends DeployModernUIBase {
6
7     @Override
8     public void assertDialog() {
9         super.assertDialog();
10         assertTrue(isLcpRegionExist());
11     }
12
13 }