Skip to content

Commit c7782be

Browse files
committed
v2.3.6
-update packages
1 parent 6ed1ecc commit c7782be

File tree

8 files changed

+916
-774
lines changed

8 files changed

+916
-774
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# [CHANGELOG](#changelog)
22

33
---
4+
## v2.3.6
5+
6+
- Update packages
7+
- Czech translation (by [Franatrtur](https://github.com/Franatrtur)).
8+
- Turkish translation (by [darkao](https://github.com/darkao)).
9+
- Frank7sun translation (by [Frank7sun](https://github.com/Frank7sun)).
10+
411
## v2.3.5
512

613
- Update packages

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44

55
COPY package*.json ./
66

7-
RUN npm ci
7+
RUN npm install
88

99
COPY . ./
1010

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ The project is maintained in my free time. Donations of any size are appreciated
150150
- [matteotardito](https://github.com/matteotardito) for translating to Italian.
151151
- [t0mzSK](https://github.com/t0mzSK) for translating to Slovak.
152152
- [Xurdejl](https://github.com/Xurdejl) for translating to Spanish.
153+
- [Franatrtur](https://github.com/Franatrtur) for translating to Czech.
154+
- [darkao](https://github.com/darkao) for translating to Turkish.
155+
- [Frank7sun](https://github.com/Frank7sun) for translating to Japanese.
153156

154157
<br>
155158

cypress/integration/asymmetricCryptoTests.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ describe("Asymmetric encryption test", () => {
117117

118118
cy.get(".downloadFile").realClick();
119119
});
120+
121+
cy.wait(2500);
120122
});
121123

122124
it("verify the encrypted file path", () => {
@@ -194,6 +196,8 @@ describe("Asymmetric encryption test", () => {
194196

195197
cy.get(".downloadFileDec").realClick();
196198
});
199+
200+
cy.wait(2500);
197201
});
198202

199203
it("verify the decrypted file path", () => {

cypress/integration/symmetricCryptoTests.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ describe("Symmetric encryption test", () => {
6969

7070
cy.get(".downloadFile").realClick();
7171
});
72+
73+
cy.wait(2500);
7274
});
7375

7476
it("verify the encrypted file path", () => {
@@ -131,6 +133,8 @@ describe("Symmetric encryption test", () => {
131133

132134
cy.get(".downloadFileDec").realClick();
133135
});
136+
137+
cy.wait(2500);
134138
});
135139

136140
it("verify the decrypted file path", () => {

0 commit comments

Comments
 (0)