saucelabs / the-internet

An example application that captures prominent and ugly functionality found on the web. Perfect for writing automated acceptance tests against.
http://the-internet.herokuapp.com
Apache License 2.0
787 stars 648 forks source link

Fix a misspelling in javascript_alerts.erb #65

Closed shantdashjian closed 3 years ago

shantdashjian commented 3 years ago

"successfully" was misspelled as "successfuly" in the result label "You successfuly clicked an alert" in the javascript_alerts view. I fixed it.

shantdashjian commented 3 years ago

Dear maintainer,

I looked at the Travis CI log and it looks like it failed while trying to install a newer image for ruby. Here is the log tail:

Status: Downloaded newer image for ruby:2.4.1
 ---> e7ca4a0b5b6d
Step 2/8 : ADD Gemfile /app/
 ---> 1faa3d3cefe3
Step 3/8 : ADD Gemfile.lock /app/
 ---> 1339b59d5f6c
Step 4/8 : WORKDIR /app
 ---> Running in 0f95f5d4b630
Removing intermediate container 0f95f5d4b630
 ---> ddb16e5bac77
Step 5/8 : RUN bundle install
 ---> Running in ff2519ab0669
Warning: the running version of Bundler (1.15.4) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
Your Ruby version is 2.4.1, but your Gemfile specified 2.6.5
The command '/bin/sh -c bundle install' returned a non-zero code: 18
travis_time:end:29603500:start=1612389746888786748,finish=1612389817816293368,duration=70927506620,event=before_install
The command "docker build -t tourdedave/the-internet ." failed and exited with 18 during .

Your build has been stopped.

Let me know how I could be of help.

Shant.