summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop
diff options
context:
space:
mode:
authorGökay Şatır <gokaysatir@gmail.com>2023-05-11 14:20:07 +0300
committerGökay ŞATIR <gokaysatir@gmail.com>2023-05-11 19:09:03 +0300
commitd0aa99d25f6fb77e7b0dc54576c25ce5196d20ba (patch)
tree47f0722475c33a79f247d3ecbdb26c22d4f7582d /cypress_test/integration_tests/desktop
parentEnable desktop writer annotation tests. (diff)
downloadonline-d0aa99d25f6fb77e7b0dc54576c25ce5196d20ba.tar.gz
online-d0aa99d25f6fb77e7b0dc54576c25ce5196d20ba.zip
Enable desktop writer complex image operation spec.
Signed-off-by: Gökay Şatır <gokaysatir@gmail.com> Change-Id: Iebd862ff5c01078e07f1af93e81c4e528f24d978
Diffstat (limited to 'cypress_test/integration_tests/desktop')
-rw-r--r--cypress_test/integration_tests/desktop/writer/complex_image_operation_spec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/cypress_test/integration_tests/desktop/writer/complex_image_operation_spec.js b/cypress_test/integration_tests/desktop/writer/complex_image_operation_spec.js
index 7e765b4115..22dc0b461d 100644
--- a/cypress_test/integration_tests/desktop/writer/complex_image_operation_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/complex_image_operation_spec.js
@@ -15,7 +15,7 @@ describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Complex image operation te
helper.afterAll(testFileName, this.currentTest.state);
});
- it.skip('tile image validation test',function() {
+ it('tile image validation test',function() {
cy.window().then(win => {
if (win.imgDatas) {
for (var i = 0; i < win.imgDatas.length; ++i) {
@@ -24,7 +24,7 @@ describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Complex image operation te
var img = new Image();
img.onerror = function() {
- cy.contains('Tile is not valid').should('not.exist');
+ cy.cGet('body').contains('Tile is not valid').should('not.exist');
};
img.onload = function() {