Skip to content

Commit

Permalink
Merge branch 'denis/yoext-1227/handles' into denis/yoext-1228/send-in…
Browse files Browse the repository at this point in the history
…correct-address
  • Loading branch information
Nebyt committed Jul 15, 2024
2 parents a138786 + a7aab85 commit b2bed97
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions packages/e2e-tests/test/27_handles.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ describe('Handle handles', function () {
userHandle: 'rahul.ada',
provider: 'Cardano Name Service (CNS)',
},
{
userHandle: 'stackchain.blockchain',
provider: 'Unstoppable Domains',
},
// Commented because of this https://emurgo.slack.com/archives/GCN6JLZK7/p1720772972481959
// {
// userHandle: 'stackchain.blockchain',
// provider: 'Unstoppable Domains',
// },
];

const testDataNegative = [
Expand All @@ -46,10 +47,11 @@ describe('Handle handles', function () {
userHandle: `${getTestString('', 7, false)}.ada`,
provider: 'Cardano Name Service (CNS)',
},
{
userHandle: `${getTestString('', 10, false)}.blockchain`,
provider: 'Unstoppable Domains',
},
// Commented because of this https://emurgo.slack.com/archives/GCN6JLZK7/p1720772972481959
// {
// userHandle: `${getTestString('', 10, false)}.blockchain`,
// provider: 'Unstoppable Domains',
// },
];

for (const testDatum of testDataPositive) {
Expand Down

0 comments on commit b2bed97

Please sign in to comment.