Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/ua-parser-js-0.7.28
Browse files Browse the repository at this point in the history
  • Loading branch information
jingh8 authored May 10, 2021
2 parents fa262fb + 09ad31a commit 9262ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suites/portal/dataguidOrgTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ Data(correctGuids).Scenario('Test if DRSendpoint resolve the guids correctly @da
// Nagative DRS endpoint test
Data(nonexistentGuids).Scenario('Negativetest DRSendpoint with non-existent guids @dataguids', ({ I, current }) => {
I.amOnPage(`${testURL}/ga4gh/dos/v1/dataobjects/${current.nguids}`);
I.see("no record found");
I.see('no record found');
});

0 comments on commit 9262ee1

Please sign in to comment.