Skip to content

Commit

Permalink
Fix xr-mode-ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcos committed Oct 24, 2023
1 parent 470d750 commit df11372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/scene/xr-mode-ui.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var utils = require('index').utils;

var UI_CLASSES = ['.a-orientation-modal', '.a-enter-xr-button'];

suite.only('xr-mode-ui', function () {
suite('xr-mode-ui', function () {
setup(function (done) {
this.entityEl = entityFactory();
var el = this.el = this.entityEl.parentNode;
Expand Down

0 comments on commit df11372

Please sign in to comment.