Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flaky test: Cinemas > should preselect favorites #98

Open
TWiStErRob opened this issue Mar 2, 2022 · 0 comments
Open

Flaky test: Cinemas > should preselect favorites #98

TWiStErRob opened this issue Mar 2, 2022 · 0 comments
Labels
in:web In Angular web UI is:bug Something isn't working

Comments

@TWiStErRob
Copy link
Owner

TWiStErRob commented Mar 2, 2022

7.2 Cinemas
  ✗ should preselect favorites (0.965 sec)
    - Url 'http://localhost:8080/planner?d=2022-03-02' does not have a query string param named c.

    /home/runner/work/net.twisterrob.cinema/net.twisterrob.cinema/Heroku/test/src/url.spec.js:30:20
    			app.goToPlanner();
    
    			expect(browser).toHaveUrlQuery('c', (c) =>
                       ~
    					c === '103');
    		});

    /home/runner/work/net.twisterrob.cinema/net.twisterrob.cinema/Heroku/test/node_modules/selenium-webdriver/lib/promise.js:1077:7
        try {
          var self = this;
          resolver(function(value) {
          ~
            self.resolve_(PromiseState.FULFILLED, value);
          }, function(reason) {

    /home/runner/work/net.twisterrob.cinema/net.twisterrob.cinema/Heroku/test/node_modules/selenium-webdriver/lib/promise.js:2505:12
      /** @override */
      promise(resolver) {
        return new ManagedPromise(resolver, this, SKIP_LOG);
               ~
      }


    /home/runner/work/net.twisterrob.cinema/net.twisterrob.cinema/Heroku/test/node_modules/jasminewd2/index.js:95:18

            scheduler.execute(function schedulerExecute() {
              return newPromise(function(fulfill, reject) {
                     ~
                function wrappedReject(err) {
                  if(err instanceof Error)

    /home/runner/work/net.twisterrob.cinema/net.twisterrob.cinema/Heroku/test/node_modules/selenium-webdriver/lib/promise.js:3084:14
          activeFlows.push(this.flow_);
          this.flow_.activeQueue_ = this;
          return fn();
                 ~
        } finally {
          this.flow_.activeQueue_ = null;

    /home/runner/work/net.twisterrob.cinema/net.twisterrob.cinema/Heroku/test/node_modules/selenium-webdriver/lib/promise.js:3067:27
          this.pending_ = {task: task, q: this.subQ_};
          task.promise.queue_ = this;
          result = this.subQ_.execute_(task.execute);
                              ~
          this.subQ_.start();
        } catch (ex) {

https://github.com/TWiStErRob/net.twisterrob.cinema/actions/runs/1924605346

https://github.com/TWiStErRob/net.twisterrob.cinema/files/8173010/Heroku.Test.Logs.zip

@TWiStErRob TWiStErRob added is:bug Something isn't working in:web In Angular web UI labels Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in:web In Angular web UI is:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant