Skip to content

Commit

Permalink
βœ… : stabilize percy tests
Browse files Browse the repository at this point in the history
by removing cost estimation data, and correcting CSS exclusion
  • Loading branch information
juwit committed Aug 16, 2020
1 parent 9f000ee commit 66517a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .percy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ snapshot:
# percy specific CSS used when rendering snapshots
# ignoring build_commit block, as it changes everytime !
percy-css: |
.build_commit {
.build-info.build-commit {
display: none;
}
Expand Down
8 changes: 1 addition & 7 deletions src/test/resources/db/20_module.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ gaia.terraformModule.insert([
"moduleMetadata": {
"createdBy": {"$ref": "user", "$id": "admin"}
},
"estimatedMonthlyCost": 0.99,
"estimatedMonthlyCostDescription": "Kamoulox",
"variables": [
{
"name": "mongo_container_name",
Expand Down Expand Up @@ -48,8 +46,6 @@ gaia.terraformModule.insert([
"moduleMetadata": {
"createdBy": {"$ref": "user", "$id": "admin"}
},
"estimatedMonthlyCost": 9.99,
"estimatedMonthlyCostDescription": "Not Ze Team! Not Ze Team!",
"variables": []
},
{
Expand All @@ -67,8 +63,6 @@ gaia.terraformModule.insert([
"moduleMetadata": {
"createdBy": {"$ref": "user", "$id": "admin"}
},
"estimatedMonthlyCost": 0.99,
"estimatedMonthlyCostDescription": "Kamoulox",
"variables": [
{
"name": "mongo_container_name",
Expand All @@ -86,4 +80,4 @@ gaia.terraformModule.insert([
}
]
}
]);
]);

0 comments on commit 66517a2

Please sign in to comment.