Skip to content

Commit

Permalink
Change stFileUploadDropzone to stFileUploaderDropzone
Browse files Browse the repository at this point in the history
  • Loading branch information
dbespiatykh committed Mar 23, 2024
1 parent c5db478 commit 046f4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/tb-gen.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ context("Actions", () => {
const fileName = "all.filtered.trimmed.vcf.gz";

cy.fixture(fileName, "base64").then((fileContent) => {
cy.get('[data-testid="stFileUploadDropzone"] > div')
cy.get('[data-testid="stFileUploaderDropzone"] > div')
.first()
.attachFile(
{
Expand Down

0 comments on commit 046f4db

Please sign in to comment.