Commit 37903ae7 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Prepara estilos antes de tests funcionales remotos

En lugar de esperar un tiempo, se asegura de que la hoja de estilos está
disponible durante la ejecución de los tests.
parent 924b947c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -143,6 +143,7 @@ run-local-modules-functional-tests:
  variables:
    <<: *run-remote-tests-variables
  script:
    - grunt buildStyles
    - npm start &
    - >
      grunt test-functional-remote --functionalSuites=tests/functional/modules/**/!\(*Script\).js --headless
+0 −1
Original line number Diff line number Diff line
@@ -75,7 +75,6 @@ define([
				var buttonSelector = 'div.center' + firstButtonOfGroupSelector;

				return this.remote
					.sleep(Config.timeout.longSleep)
					.findByCssSelector(buttonSelector)
					.isDisplayed()
					.then(function(displayed) {