Skip to content

Commit

Permalink
add chromium to dockerfile and expect ember bootstrap wormhole
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Jun 25, 2024
1 parent c1417dd commit 05be4a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/docker/development/Rails.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ COPY ./rails-entrypoint /usr/local/bin
RUN apt-get update
RUN apt-get install direnv -y
RUN apt-get install firefox-esr -y
RUN apt-get install chromium chromium-driver -y

RUN mkdir /opt/bundle && chmod 777 /opt/bundle
RUN mkdir /seed && chmod 777 /seed
Expand Down
2 changes: 1 addition & 1 deletion spec/support/integration_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def cannot_access_encryptable(account_path, username, user_password = 'password'
end

def expect_ember_frontend
expect(response.body).to match('<div id="ember-basic-dropdown-wormhole"></div>')
expect(response.body).to match('<div id="ember-bootstrap-wormhole"></div>')
end
end
end

0 comments on commit 05be4a4

Please sign in to comment.