diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f6daf8..8619ee6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: retention-days: 5 publish-npm: - # needs: run-tests + needs: run-tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/Dockerfile b/Dockerfile index 3e14639..8b2b6c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,12 @@ FROM node:12 USER root +RUN echo "deb http://deb.debian.org/debian bullseye main \ + deb-src http://deb.debian.org/debian bullseye main \ + deb http://deb.debian.org/debian-security/ bullseye-security main \ + deb-src http://deb.debian.org/debian-security/ bullseye-security main \ + deb http://deb.debian.org/debian bullseye-updates main \ + deb-src http://deb.debian.org/debian bullseye-updates main" > /etc/apt/sources.list RUN apt-get update RUN apt-get install -y \ ca-certificates \ diff --git a/test/screenshots/standards/api/change_language_en_to_ru-snap.png b/test/screenshots/standards/api/change_language_en_to_ru-snap.png index a8228e8..4841da2 100644 Binary files a/test/screenshots/standards/api/change_language_en_to_ru-snap.png and b/test/screenshots/standards/api/change_language_en_to_ru-snap.png differ diff --git a/test/screenshots/standards/api/change_language_ru_to_unknown-snap.png b/test/screenshots/standards/api/change_language_ru_to_unknown-snap.png index 08bfcf5..2a8a137 100644 Binary files a/test/screenshots/standards/api/change_language_ru_to_unknown-snap.png and b/test/screenshots/standards/api/change_language_ru_to_unknown-snap.png differ diff --git a/test/screenshots/standards/api/create_ruler_polygon_with_hidden_area_labels-snap.png b/test/screenshots/standards/api/create_ruler_polygon_with_hidden_area_labels-snap.png index 7931de4..cee02ff 100644 Binary files a/test/screenshots/standards/api/create_ruler_polygon_with_hidden_area_labels-snap.png and b/test/screenshots/standards/api/create_ruler_polygon_with_hidden_area_labels-snap.png differ diff --git a/test/screenshots/standards/api/create_ruler_polygon_with_params-snap.png b/test/screenshots/standards/api/create_ruler_polygon_with_params-snap.png index 9e82b1b..3a3f707 100644 Binary files a/test/screenshots/standards/api/create_ruler_polygon_with_params-snap.png and b/test/screenshots/standards/api/create_ruler_polygon_with_params-snap.png differ diff --git a/test/screenshots/standards/api/create_ruler_with_params-snap.png b/test/screenshots/standards/api/create_ruler_with_params-snap.png index 5ed4085..7bc628a 100644 Binary files a/test/screenshots/standards/api/create_ruler_with_params-snap.png and b/test/screenshots/standards/api/create_ruler_with_params-snap.png differ diff --git a/test/screenshots/standards/api/create_ruler_with_points-snap.png b/test/screenshots/standards/api/create_ruler_with_points-snap.png index 5ed4085..7bc628a 100644 Binary files a/test/screenshots/standards/api/create_ruler_with_points-snap.png and b/test/screenshots/standards/api/create_ruler_with_points-snap.png differ diff --git a/test/screenshots/standards/api/enable_after_disable-snap.png b/test/screenshots/standards/api/enable_after_disable-snap.png index 5ed4085..7bc628a 100644 Binary files a/test/screenshots/standards/api/enable_after_disable-snap.png and b/test/screenshots/standards/api/enable_after_disable-snap.png differ diff --git a/test/screenshots/standards/api/enable_after_set_points-snap.png b/test/screenshots/standards/api/enable_after_set_points-snap.png index 5ed4085..7bc628a 100644 Binary files a/test/screenshots/standards/api/enable_after_set_points-snap.png and b/test/screenshots/standards/api/enable_after_set_points-snap.png differ diff --git a/test/screenshots/standards/api/enable_after_set_points_via_constructor-snap.png b/test/screenshots/standards/api/enable_after_set_points_via_constructor-snap.png index 5ed4085..7bc628a 100644 Binary files a/test/screenshots/standards/api/enable_after_set_points_via_constructor-snap.png and b/test/screenshots/standards/api/enable_after_set_points_via_constructor-snap.png differ diff --git a/test/screenshots/standards/api/polygon_change_language_en_to_ru-snap.png b/test/screenshots/standards/api/polygon_change_language_en_to_ru-snap.png index 952a5ea..e981ef8 100644 Binary files a/test/screenshots/standards/api/polygon_change_language_en_to_ru-snap.png and b/test/screenshots/standards/api/polygon_change_language_en_to_ru-snap.png differ diff --git a/test/screenshots/standards/api/polygon_enable-snap.png b/test/screenshots/standards/api/polygon_enable-snap.png index 9e82b1b..3a3f707 100644 Binary files a/test/screenshots/standards/api/polygon_enable-snap.png and b/test/screenshots/standards/api/polygon_enable-snap.png differ diff --git a/test/screenshots/standards/api/polygon_set_points-snap.png b/test/screenshots/standards/api/polygon_set_points-snap.png index 9e82b1b..3a3f707 100644 Binary files a/test/screenshots/standards/api/polygon_set_points-snap.png and b/test/screenshots/standards/api/polygon_set_points-snap.png differ diff --git a/test/screenshots/standards/api/set_points_when_enabled_by_option-snap.png b/test/screenshots/standards/api/set_points_when_enabled_by_option-snap.png index 5ed4085..7bc628a 100644 Binary files a/test/screenshots/standards/api/set_points_when_enabled_by_option-snap.png and b/test/screenshots/standards/api/set_points_when_enabled_by_option-snap.png differ diff --git a/test/screenshots/standards/api/show_labels-snap.png b/test/screenshots/standards/api/show_labels-snap.png index 9e82b1b..3a3f707 100644 Binary files a/test/screenshots/standards/api/show_labels-snap.png and b/test/screenshots/standards/api/show_labels-snap.png differ diff --git a/test/screenshots/standards/user_interactions/add_point_on_line-snap.png b/test/screenshots/standards/user_interactions/add_point_on_line-snap.png index 46b82f1..c097635 100644 Binary files a/test/screenshots/standards/user_interactions/add_point_on_line-snap.png and b/test/screenshots/standards/user_interactions/add_point_on_line-snap.png differ diff --git a/test/screenshots/standards/user_interactions/add_point_on_line_hidden_label-snap.png b/test/screenshots/standards/user_interactions/add_point_on_line_hidden_label-snap.png index 46b82f1..c097635 100644 Binary files a/test/screenshots/standards/user_interactions/add_point_on_line_hidden_label-snap.png and b/test/screenshots/standards/user_interactions/add_point_on_line_hidden_label-snap.png differ diff --git a/test/screenshots/standards/user_interactions/add_point_on_line_hover-snap.png b/test/screenshots/standards/user_interactions/add_point_on_line_hover-snap.png index 7045bfe..b1993d8 100644 Binary files a/test/screenshots/standards/user_interactions/add_point_on_line_hover-snap.png and b/test/screenshots/standards/user_interactions/add_point_on_line_hover-snap.png differ diff --git a/test/screenshots/standards/user_interactions/add_point_on_line_hover_hidden_label-snap.png b/test/screenshots/standards/user_interactions/add_point_on_line_hover_hidden_label-snap.png index 5634598..6d19bf5 100644 Binary files a/test/screenshots/standards/user_interactions/add_point_on_line_hover_hidden_label-snap.png and b/test/screenshots/standards/user_interactions/add_point_on_line_hover_hidden_label-snap.png differ diff --git a/test/screenshots/standards/user_interactions/add_point_second-snap.png b/test/screenshots/standards/user_interactions/add_point_second-snap.png index 553a91e..16b8e2b 100644 Binary files a/test/screenshots/standards/user_interactions/add_point_second-snap.png and b/test/screenshots/standards/user_interactions/add_point_second-snap.png differ diff --git a/test/screenshots/standards/user_interactions/add_point_third-snap.png b/test/screenshots/standards/user_interactions/add_point_third-snap.png index dec89e1..65cdfbb 100644 Binary files a/test/screenshots/standards/user_interactions/add_point_third-snap.png and b/test/screenshots/standards/user_interactions/add_point_third-snap.png differ diff --git a/test/screenshots/standards/user_interactions/drag_point_end-snap.png b/test/screenshots/standards/user_interactions/drag_point_end-snap.png index 83dbdcb..7959137 100644 Binary files a/test/screenshots/standards/user_interactions/drag_point_end-snap.png and b/test/screenshots/standards/user_interactions/drag_point_end-snap.png differ diff --git a/test/screenshots/standards/user_interactions/drag_point_hold_down-snap.png b/test/screenshots/standards/user_interactions/drag_point_hold_down-snap.png index c45fa73..bcb0a16 100644 Binary files a/test/screenshots/standards/user_interactions/drag_point_hold_down-snap.png and b/test/screenshots/standards/user_interactions/drag_point_hold_down-snap.png differ diff --git a/test/screenshots/standards/user_interactions/polygon_add_point_second-snap.png b/test/screenshots/standards/user_interactions/polygon_add_point_second-snap.png index 1525d09..2cff64a 100644 Binary files a/test/screenshots/standards/user_interactions/polygon_add_point_second-snap.png and b/test/screenshots/standards/user_interactions/polygon_add_point_second-snap.png differ diff --git a/test/screenshots/standards/user_interactions/polygon_add_point_third-snap.png b/test/screenshots/standards/user_interactions/polygon_add_point_third-snap.png index a4f4c7a..20895d6 100644 Binary files a/test/screenshots/standards/user_interactions/polygon_add_point_third-snap.png and b/test/screenshots/standards/user_interactions/polygon_add_point_third-snap.png differ diff --git a/test/screenshots/standards/user_interactions/polygon_drag_point_end-snap.png b/test/screenshots/standards/user_interactions/polygon_drag_point_end-snap.png index a9cc8b6..b9f762b 100644 Binary files a/test/screenshots/standards/user_interactions/polygon_drag_point_end-snap.png and b/test/screenshots/standards/user_interactions/polygon_drag_point_end-snap.png differ diff --git a/test/screenshots/standards/user_interactions/polygon_drag_point_hold_down-snap.png b/test/screenshots/standards/user_interactions/polygon_drag_point_hold_down-snap.png index c2d0dfc..ad3cd2b 100644 Binary files a/test/screenshots/standards/user_interactions/polygon_drag_point_hold_down-snap.png and b/test/screenshots/standards/user_interactions/polygon_drag_point_hold_down-snap.png differ diff --git a/test/screenshots/standards/user_interactions/polygon_remove_point_end-snap.png b/test/screenshots/standards/user_interactions/polygon_remove_point_end-snap.png index 95a19cb..56421ee 100644 Binary files a/test/screenshots/standards/user_interactions/polygon_remove_point_end-snap.png and b/test/screenshots/standards/user_interactions/polygon_remove_point_end-snap.png differ diff --git a/test/screenshots/standards/user_interactions/polygon_remove_point_start-snap.png b/test/screenshots/standards/user_interactions/polygon_remove_point_start-snap.png index f16390d..0abb141 100644 Binary files a/test/screenshots/standards/user_interactions/polygon_remove_point_start-snap.png and b/test/screenshots/standards/user_interactions/polygon_remove_point_start-snap.png differ diff --git a/test/screenshots/standards/user_interactions/remove_point_end-snap.png b/test/screenshots/standards/user_interactions/remove_point_end-snap.png index b3b3476..e2b7227 100644 Binary files a/test/screenshots/standards/user_interactions/remove_point_end-snap.png and b/test/screenshots/standards/user_interactions/remove_point_end-snap.png differ diff --git a/test/screenshots/standards/user_interactions/remove_point_start-snap.png b/test/screenshots/standards/user_interactions/remove_point_start-snap.png index 4fcd966..dbd0728 100644 Binary files a/test/screenshots/standards/user_interactions/remove_point_start-snap.png and b/test/screenshots/standards/user_interactions/remove_point_start-snap.png differ diff --git a/test/screenshots/standards/user_interactions/remove_start_point_end-snap.png b/test/screenshots/standards/user_interactions/remove_start_point_end-snap.png index b3b3476..e2b7227 100644 Binary files a/test/screenshots/standards/user_interactions/remove_start_point_end-snap.png and b/test/screenshots/standards/user_interactions/remove_start_point_end-snap.png differ diff --git a/test/screenshots/standards/user_interactions/remove_start_point_start-snap.png b/test/screenshots/standards/user_interactions/remove_start_point_start-snap.png index e02bf34..d7bb8b9 100644 Binary files a/test/screenshots/standards/user_interactions/remove_start_point_start-snap.png and b/test/screenshots/standards/user_interactions/remove_start_point_start-snap.png differ