Waits for element to become enabled (by default waits for 1sec). Element can be located by CSS or XPath. @param {CodeceptJS.LocatorOrString} locator element located by CSS|XPath|strict locator. @param {number} [sec=1] (optional) time in seconds to wait, 1 by default. [!] returns a _promise_ which is synchronized internally by recorder