Skip to content

Commit

Permalink
fix(ember): Rename 'JSON' tab under schema tab to 'Raw'
Browse files Browse the repository at this point in the history
Co-authored-by: shakti-garg <shakti.garg@gmail.com>
  • Loading branch information
shakti-garg-saxo and shakti-garg authored Mar 4, 2021
1 parent e066991 commit 884e510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@leftOptionValue={{true}}
@leftOptionText="Table"
@rightOptionValue={{false}}
@rightOptionText="JSON"
@rightOptionText="Raw"
@onChange={{fn this.onToggleSchemaViewTypeTask}}
/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ module('Integration | Component | datasets/dataset-schema', function(hooks): voi

assert
.dom('.dataset-schema__header')
.hasText('Table JSON Last modified:', 'Expected toggle header row to be visible');
.hasText('Table Raw Last modified:', 'Expected toggle header row to be visible');

await toggleJson();

Expand Down

0 comments on commit 884e510

Please sign in to comment.