Browse Source

test/cypress: disable ci-cd screenshot upload

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/1124/head
Raju Udava 3 years ago
parent
commit
013eef9053
  1. 1391
      .github/workflows/ci-cd.yml
  2. 1
      scripts/cypress/integration/common/6b_downloadCsv.js

1391
.github/workflows/ci-cd.yml

File diff suppressed because it is too large Load Diff

1
scripts/cypress/integration/common/6b_downloadCsv.js

@ -13,6 +13,7 @@ export const genTest = (type, xcdb) => {
after(() => { after(() => {
cy.closeTableTab("Country"); cy.closeTableTab("Country");
cy.screenshot('6b-after')
}); });
it("Download verification- base view, default columns", () => { it("Download verification- base view, default columns", () => {

Loading…
Cancel
Save