Skip to content

Commit

Permalink
Reorganise test files
Browse files Browse the repository at this point in the history
Drop test bindings from git
  • Loading branch information
cblanc committed Jun 18, 2020
1 parent 83a111f commit b720a3a
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ docs
# cypress videos and screenshots
cypress/screenshots/
cypress/videos/

test/snapshot/fixtures/binding.js
7 changes: 0 additions & 7 deletions test/snapshot/fixtures/binding.js

This file was deleted.

2 changes: 1 addition & 1 deletion view/base/web/ideal-postcodes-autocomplete.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ div.idpc_autocomplete > input {
div.idpc_autocomplete > ul {
position: absolute;
left: 0;
z-index: 1;
z-index: 1000;
min-width: 100%;
box-sizing: border-box;
list-style: none;
Expand Down

0 comments on commit b720a3a

Please sign in to comment.