File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
app/frontend/tests/unit/specs/aquifers/components/__snapshots__ Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -1249,10 +1249,19 @@ exports[`View Component View mode matches the snapshot 1`] = `
1249
1249
/>
1250
1250
1251
1251
<b-popover-stub
1252
- content = " Water allocation notations are a water management tool that indicates a potential lack of water availability/quality in a source."
1253
1252
target = " aquiferNotations"
1254
1253
triggers = " hover focus"
1255
- />
1254
+ >
1255
+ <p >
1256
+ Water allocation notations are a water management tool that indicates a potential lack of water availability/quality in a source. For details click
1257
+ <a
1258
+ href = " https://www2.gov.bc.ca/gov/content/environment/air-land-water/water/water-licensing-rights/water-allocation-notations"
1259
+ >
1260
+ here
1261
+ </a >
1262
+ .
1263
+ </p >
1264
+ </b-popover-stub >
1256
1265
</dt >
1257
1266
1258
1267
<dd
You can’t perform that action at this time.
0 commit comments