Skip to content

Commit

Permalink
Merge pull request #2965 from ingef/fix/e2e_timing_bug
Browse files Browse the repository at this point in the history
use different ids for dataset in e2e test to avoid timing bux
  • Loading branch information
thoniTUB authored Mar 3, 2023
2 parents 8bedf6f + c9dd859 commit b3ae069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/backend-admin-ui/test_2_dataset.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { visitAdminUI } from "../../integration-helpers/visitAdminUI";

context("Admin UI Single Dataset", () => {
const testDSLabel = "TestDatasetName";
const testDSID = "TestDatasetID";
const testDSID = "TestDatasetID2";

describe("Create a new dataset", () => {
before(() => { visitAdminUI('datasets'); });
Expand Down

0 comments on commit b3ae069

Please sign in to comment.