From f002638ad88130ab0bf977fa3e0fb7fdbdfc797b Mon Sep 17 00:00:00 2001 From: nstclair-cc <20171905+nstclair-cc@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:35:19 -0700 Subject: [PATCH] fix 90 statement --- cypress/e2e/functional/tile_tests/geometry_tool_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/functional/tile_tests/geometry_tool_spec.js b/cypress/e2e/functional/tile_tests/geometry_tool_spec.js index 0b74277a1..37aee96f8 100644 --- a/cypress/e2e/functional/tile_tests/geometry_tool_spec.js +++ b/cypress/e2e/functional/tile_tests/geometry_tool_spec.js @@ -301,7 +301,7 @@ context('Geometry Tool', function () { // Also check that the angle label has changed from its original value geometryToolTile.getAngleAdornment().should(($label) => { const angleText = $label.text(); - expect(angleText).not.contains('90°'); // 90° was the original value + expect(angleText).not.to.equal('90'); // 90° was the original value }); // Move the point back to the original position