We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de66a3f commit bd924d6Copy full SHA for bd924d6
test/e2e/tests/data-explorer/xlsx-data-frame.test.ts
@@ -44,7 +44,7 @@ test.describe('Data Explorer - XLSX', {
44
await openFile(join('workspaces', 'read-xlsx-r', 'supermarket-sales.r'));
45
await runCommand('r.sourceCurrentFile');
46
47
- metric.dataExplorer.loadData(async () => {
+ await metric.dataExplorer.loadData(async () => {
48
await variables.doubleClickVariableRow('df2');
49
await editors.verifyTab('Data: df2', { isVisible: true });
50
await dataExplorer.waitForIdle();
0 commit comments