com.onevizion.uitest.api.helper.gantt.Gantt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ui-test-api Show documentation
Show all versions of ui-test-api Show documentation
An API for easily write tests for OneVizion platform
The newest version!
package com.onevizion.uitest.api.helper.gantt;
import org.springframework.stereotype.Component;
import com.onevizion.uitest.api.AbstractSeleniumCore;
@Component
public class Gantt {
public void waitLoad() {
//TODO need create correct code after JS will be changed
//at this time it is low priority
//need create dev request for this in future
//gantt redrawn many times in some cases
//gantt redrawn when grid loading already hided
AbstractSeleniumCore.sleep(1000L);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy